mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
44 lines
816 B
JSON
44 lines
816 B
JSON
{
|
|
"type": "entities",
|
|
"Entities": {
|
|
"entities": [
|
|
{
|
|
"id": 0,
|
|
"ram": 0,
|
|
"device_id": 8,
|
|
"type_id": 24,
|
|
"offset": 0,
|
|
"factor": 1,
|
|
"name": "test_custom",
|
|
"uom": 1,
|
|
"value_type": 1,
|
|
"writeable": true
|
|
},
|
|
{
|
|
"id": 1,
|
|
"ram": 0,
|
|
"device_id": 24,
|
|
"type_id": 677,
|
|
"offset": 3,
|
|
"factor": 1,
|
|
"name": "test_read_only",
|
|
"uom": 0,
|
|
"value_type": 2,
|
|
"writeable": false
|
|
},
|
|
{
|
|
"id": 2,
|
|
"ram": 1,
|
|
"device_id": 0,
|
|
"type_id": 0,
|
|
"offset": 0,
|
|
"factor": 1,
|
|
"name": "test_ram",
|
|
"uom": 0,
|
|
"value_type": 8,
|
|
"writeable": true,
|
|
"value": "14"
|
|
}
|
|
]
|
|
}
|
|
} |