store custom files for testing

This commit is contained in:
Proddy
2024-01-21 21:48:36 +01:00
parent 18d329f3ee
commit 27d0ba0526
5 changed files with 221 additions and 0 deletions

View 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"
}
]
}
}