2016-08-24 20:30:53 +02:00

43 lines
705 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
}
}
}
}
]
}