aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/bacnet.json
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/bacnet.json')
-rw-r--r--meta-oe/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/bacnet.json58
1 files changed, 0 insertions, 58 deletions
diff --git a/meta-oe/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/bacnet.json b/meta-oe/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/bacnet.json
deleted file mode 100644
index e36a2165d1..0000000000
--- a/meta-oe/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/bacnet.json
+++ /dev/null
@@ -1,58 +0,0 @@
-{
- "general": {
- "objectName": "TB_gateway",
- "address": "192.168.188.181:1052",
- "objectIdentifier": 599,
- "maxApduLengthAccepted": 1024,
- "segmentationSupported": "segmentedBoth",
- "vendorIdentifier": 15
- },
- "devices": [
- {
- "deviceName": "BACnet Device ${objectName}",
- "deviceType": "default",
- "address": "192.168.188.181:10520",
- "pollPeriod": 10000,
- "attributes": [
- {
- "key": "temperature",
- "type": "string",
- "objectId": "analogOutput:1",
- "propertyId": "presentValue"
- }
- ],
- "timeseries": [
- {
- "key": "state",
- "type": "bool",
- "objectId": "binaryValue:1",
- "propertyId": "presentValue"
- }
- ],
- "attributeUpdates": [
- {
- "key": "brightness",
- "requestType": "writeProperty",
- "objectId": "analogOutput:1",
- "propertyId": "presentValue"
- }
- ],
- "serverSideRpc": [
- {
- "method": "set_state",
- "requestType": "writeProperty",
- "requestTimeout": 10000,
- "objectId": "binaryOutput:1",
- "propertyId": "presentValue"
- },
- {
- "method": "get_state",
- "requestType": "readProperty",
- "requestTimeout": 10000,
- "objectId": "binaryOutput:1",
- "propertyId": "presentValue"
- }
- ]
- }
- ]
- } \ No newline at end of file