aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/ble.json
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/ble.json')
-rwxr-xr-xmeta-oe/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/ble.json53
1 files changed, 0 insertions, 53 deletions
diff --git a/meta-oe/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/ble.json b/meta-oe/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/ble.json
deleted file mode 100755
index 2a5da3f41d..0000000000
--- a/meta-oe/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/ble.json
+++ /dev/null
@@ -1,53 +0,0 @@
-{
- "name": "BLE Connector",
- "rescanIntervalSeconds": 100,
- "checkIntervalSeconds": 100,
- "scanTimeSeconds": 5,
- "passiveScanMode": true,
- "devices": [
- {
- "name": "Temperature and humidity sensor",
- "MACAddress": "4C:65:A8:DF:85:C0",
- "addrType": "public",
- "telemetry": [
- {
- "key": "temperature",
- "method": "notify",
- "characteristicUUID": "226CAA55-6476-4566-7562-66734470666D",
- "byteFrom": 2,
- "byteTo": 6
- },
- {
- "key": "humidity",
- "method": "notify",
- "characteristicUUID": "226CAA55-6476-4566-7562-66734470666D",
- "byteFrom": 9,
- "byteTo": 13
- }
- ],
- "attributes": [
- {
- "key": "name",
- "characteristicUUID": "00002A00-0000-1000-8000-00805F9B34FB",
- "method": "read",
- "byteFrom": 0,
- "byteTo": -1
- }
- ],
- "attributeUpdates": [
- {
- "attributeOnThingsBoard": "sharedName",
- "characteristicUUID": "00002A00-0000-1000-8000-00805F9B34FB"
- }
- ],
- "serverSideRpc": [
- {
- "methodRPC": "rpcMethod1",
- "withResponse": true,
- "characteristicUUID": "00002A00-0000-1000-8000-00805F9B34FB",
- "methodProcessing": "read"
- }
- ]
- }
- ]
-} \ No newline at end of file