Created
November 10, 2023 04:19
-
-
Save kakopappa/9fdaaaa176a83414961756cf276b82d5 to your computer and use it in GitHub Desktop.
Complete tutorial : https://help.sinric.pro/pages/tutorials/custom-device-types/alcohol-sensor/MQ-3.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Gas Sensor", | |
"description": "Gas Sensor", | |
"deviceTypeId": "654d7ef928f14e9ac82ad57d", | |
"capabilities": [ | |
{ | |
"id": "5ff0b41b994fd31b7d5e8961", | |
"mode": { | |
"instanceId": "modeInstance1", | |
"locale": "en-US", | |
"modeName": "Alcohol", | |
"nonControllable": true, | |
"modeValues": [ | |
"Detected", | |
"Not-Detected" | |
] | |
} | |
}, | |
{ | |
"id": "62a707bd9e2f39090569e2d3" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment