first commit
This commit is contained in:
18
config/softbus_model.json
Normal file
18
config/softbus_model.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"site": "DemoSite",
|
||||
"system": "DemoSystem",
|
||||
"asset": "DemoAsset",
|
||||
"devices": [
|
||||
{
|
||||
"stableDeviceKey": "SimModbusDevice",
|
||||
"protocol": "modbus",
|
||||
"points": [
|
||||
{
|
||||
"name": "Temperature",
|
||||
"register": 40001,
|
||||
"domain": "Process"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user