1{ 2 "name": "BLE Connector", 3 "rescanIntervalSeconds": 100, 4 "checkIntervalSeconds": 100, 5 "scanTimeSeconds": 5, 6 "passiveScanMode": true, 7 "devices": [ 8 { 9 "name": "Temperature and humidity sensor", 10 "MACAddress": "4C:65:A8:DF:85:C0", 11 "addrType": "public", 12 "telemetry": [ 13 { 14 "key": "temperature", 15 "method": "notify", 16 "characteristicUUID": "226CAA55-6476-4566-7562-66734470666D", 17 "byteFrom": 2, 18 "byteTo": 6 19 }, 20 { 21 "key": "humidity", 22 "method": "notify", 23 "characteristicUUID": "226CAA55-6476-4566-7562-66734470666D", 24 "byteFrom": 9, 25 "byteTo": 13 26 } 27 ], 28 "attributes": [ 29 { 30 "key": "name", 31 "characteristicUUID": "00002A00-0000-1000-8000-00805F9B34FB", 32 "method": "read", 33 "byteFrom": 0, 34 "byteTo": -1 35 } 36 ], 37 "attributeUpdates": [ 38 { 39 "attributeOnThingsBoard": "sharedName", 40 "characteristicUUID": "00002A00-0000-1000-8000-00805F9B34FB" 41 } 42 ], 43 "serverSideRpc": [ 44 { 45 "methodRPC": "rpcMethod1", 46 "withResponse": true, 47 "characteristicUUID": "00002A00-0000-1000-8000-00805F9B34FB", 48 "methodProcessing": "read" 49 } 50 ] 51 } 52 ] 53}