diff options
| author | jidalong <jidalong_yewu@cmss.chinamobile.com> | 2020-09-08 16:49:29 +0800 |
|---|---|---|
| committer | jidalong <jidalong@cmss.chinamobile.com> | 2020-09-08 16:51:35 +0800 |
| commit | 6f935a60531bb7ca412ff1cdc72f5bfc6cd954ce (patch) | |
| tree | cb3741da3c62aefaaee4d326a4747e455e68e221 /mappers/modbus_mapper/dpl/deviceProfile.json | |
| parent | fix deviceProfile json bug (diff) | |
| download | kubeedge-6f935a60531bb7ca412ff1cdc72f5bfc6cd954ce.tar.gz | |
modify all protocol_config to protocolConfig in modbus mapper
Diffstat (limited to 'mappers/modbus_mapper/dpl/deviceProfile.json')
| -rw-r--r-- | mappers/modbus_mapper/dpl/deviceProfile.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mappers/modbus_mapper/dpl/deviceProfile.json b/mappers/modbus_mapper/dpl/deviceProfile.json index 1ee4936dc..78401c0b7 100644 --- a/mappers/modbus_mapper/dpl/deviceProfile.json +++ b/mappers/modbus_mapper/dpl/deviceProfile.json @@ -31,7 +31,7 @@ "name": "temperature" }], "protocols": [{ - "protocol_config": { + "protocolConfig": { "ip": "127.0.0.1", "port": 5028, "slaveID": 1 |
