mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 17:29:50 +03:00
store custom files for testing
This commit is contained in:
44
test/standalone_file_export/emsesp_entities.json
Normal file
44
test/standalone_file_export/emsesp_entities.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user