Skip to content

Commit

Permalink
Fix for Sensor Hub IAQ
Browse files Browse the repository at this point in the history
It's a Characteristic, not a Service.
  • Loading branch information
dinesharjani committed Jan 21, 2025
1 parent 6249bee commit 29a3e19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions v1/characteristic_uuids.json
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@
{ "name": "Sensor Hub Green Color", "identifier": "com.nordicsemi.characteristic.thingy.sensorhub.green", "uuid": "DB7F9F36-92CE-4509-A2EF-AF72BA38FB48", "source": "nordic"},
{ "name": "Sensor Hub Blue Color", "identifier": "com.nordicsemi.characteristic.thingy.sensorhub.blue", "uuid": "F5D2EAB5-41E8-4F7C-AEF7-C9FFF4C544C0", "source": "nordic"},
{ "name": "Sensor Hub Battery", "identifier": "com.nordicsemi.characteristic.thingy.sensorhub.battery", "uuid": "FA3CF070-D0C7-4668-96C4-86125C8AC5DF", "source": "nordic"},
{ "name": "Sensor Hub IAQ", "identifier": "com.nordicsemi.characteristic.thingy.sensorhub.iaq", "uuid": "AD79CBCE-65DF-4BC6-BDD4-8CE2B6B75C59", "source": "nordic"},

{ "name": "Wi-Fi Provisioning Service Version", "identifier": "com.nordicsemi.characteristic.wifi.provisioning.service_version", "uuid": "14387801-130C-49E7-B877-2881C89CB258", "source": "nordic"},
{ "name": "Wi-Fi Provisioning Control Point", "identifier": "com.nordicsemi.characteristic.wifi.provisioning.control_point", "uuid": "14387802-130C-49E7-B877-2881C89CB258", "source": "nordic"},
Expand Down
1 change: 0 additions & 1 deletion v1/service_uuids.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
{ "name": "Thingy Motion Service", "identifier": "com.nordicsemi.service.thingy.motion", "uuid": "EF680400-9B35-4933-9B10-52FFA9740042" , "source": "nordic"},
{ "name": "Thingy Sound Service", "identifier": "com.nordicsemi.service.thingy.sound", "uuid": "EF680500-9B35-4933-9B10-52FFA9740042" , "source": "nordic"},
{ "name": "Thingy Sensor Hub", "identifier": "com.nordicsemi.service.thingy.sensorhub", "uuid": "A5B46352-9D13-479F-9FCB-3DCDF0A13F4D" , "source": "nordic"},
{ "name": "Thingy Sensor Hub IAQ", "identifier": "com.nordicsemi.service.thingy.sensorhub.iaq", "uuid": "AD79CBCE-65DF-4BC6-BDD4-8CE2B6B75C59" , "source": "nordic"},

{ "name": "Nordic LED and Button Service", "identifier": "com.nordicsemi.service.led_and_button", "uuid": "00001523-1212-EFDE-1523-785FEABCD123" , "source": "nordic"},
{ "name": "Nordic UART Service", "identifier": "com.nordicsemi.service.uart", "uuid": "6E400001-B5A3-F393-E0A9-E50E24DCCA9E" , "source": "nordic"},
Expand Down

0 comments on commit 29a3e19

Please sign in to comment.