43 lines
704 B
JSON
43 lines
704 B
JSON
{
|
|
"items": [
|
|
{
|
|
"host": "192.168.2.126",
|
|
"port": 4223,
|
|
"uid": "8j1",
|
|
"callback": {
|
|
"period": 60000
|
|
},
|
|
"on": {
|
|
"new": {
|
|
"value": {
|
|
"type": "web",
|
|
"host": "hobu",
|
|
"port": "2999",
|
|
"category": "TEMPERATURE",
|
|
"room": 1
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"host": "192.168.2.126",
|
|
"port": 4223,
|
|
"uid": "xCt",
|
|
"callback": {
|
|
"period": 120000
|
|
},
|
|
"on": {
|
|
"new": {
|
|
"value": {
|
|
"type": "web",
|
|
"host": "hobu",
|
|
"port": "2999",
|
|
"category": "RH",
|
|
"room": 1
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|