mirror of
https://github.com/ocogeclub/ocoge.git
synced 2024-11-22 07:39:49 +00:00
29 lines
590 B
JSON
29 lines
590 B
JSON
|
[
|
||
|
{
|
||
|
"kind": "label",
|
||
|
"text": "温湿度センサー DHT11",
|
||
|
"web-line": "4.0",
|
||
|
"web-line-width": "200"
|
||
|
},
|
||
|
{
|
||
|
"kind": "block",
|
||
|
"type": "ugj_dht11",
|
||
|
"inputs": {
|
||
|
"pin": {
|
||
|
"shadow": {
|
||
|
"type": "math_number",
|
||
|
"fields": {
|
||
|
"NUM": "8"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"kind": "block",
|
||
|
"type": "ugj_dht11_data",
|
||
|
"fields": {
|
||
|
"th": "temperature"
|
||
|
}
|
||
|
}
|
||
|
]
|