Created
October 8, 2023 16:37
-
-
Save kakopappa/8898c16da58fc544c77f9beac89ba53a to your computer and use it in GitHub Desktop.
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": "Capacitive Soil Moisture Sensor", | |
"description": "Capacitive Soil Moisture Sensor", | |
"deviceTypeId": "6522320f2b090cc39f39fb32", | |
"capabilities": [ | |
{ | |
"id": "5ff0b41b994fd31b7d5e8961", | |
"mode": { | |
"instanceId": "modeInstance1", | |
"locale": "en-US", | |
"modeName": "Moisture", | |
"nonControllable": true, | |
"modeValues": [ | |
"Wet", | |
"Dry" | |
] | |
} | |
}, | |
{ | |
"id": "5ff0b45f994fd31b7d5e89c2", | |
"range": { | |
"instanceId": "rangeInstance1", | |
"locale": "en-US", | |
"rangeName": "Moisture Level", | |
"minimumValue": 1, | |
"maximumValue": 100, | |
"precision": 1, | |
"unitOfMeasure": "5ffbeefbfaa11451974c6bbd", | |
"presets": [], | |
"nonControllable": true | |
} | |
}, | |
{ | |
"id": "62a707bd9e2f39090569e2d3" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment