1
0

add JSON data

This commit is contained in:
Fábián Varga
2024-11-07 20:43:58 +00:00
parent 859e9bc1a3
commit 46416f7ffc
7 changed files with 87566 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
[
{
"id": 2,
"mac_address": "9C:9C:1F:18:7B:E8",
"location": null,
"note": null
},
{
"id": 3,
"mac_address": "9C:9C:1F:18:99:F8",
"location": null,
"note": null
}
]

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,9 @@
[
{
"id": 1,
"node": 3,
"when": "2024-08-30 02:13:02.350372",
"content": "Battery voltage too low, activating sBOP",
"read": false
}
]

View File

@@ -0,0 +1,22 @@
[
{
"id": 3,
"node": 3,
"battery_ignore": false,
"ota": false,
"sleep_time": 600,
"sbop": true,
"mute_notifications": false,
"device_specific": "{}"
},
{
"id": 2,
"node": 2,
"battery_ignore": false,
"ota": false,
"sleep_time": 600,
"sbop": true,
"mute_notifications": false,
"device_specific": "{}"
}
]

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.