Skip to content

Commit

Permalink
Bugfixes v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Elija-K committed Mar 28, 2024
1 parent e584952 commit 1b4e421
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions api.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,35 @@
"open": false
},
"sensors": {
"temperature": {
"temperature": [
{
"unit": "C",
"location": "Im Space",
"value": 0
},
"humidity": {
}
],
"humidity": [
{
"unit": "%",
"location": "Im Space",
"value": 0
},
"power_consumption": {
}
],
"power_consumption": [
{
"unit": "W",
"location": "Im Space",
"value": 0
},
"network_connections": {
}
],
"network_connections": [
{
"location": "Im Odenwilusenz_WLAN / Odenwilusenz_LAN",
"value": 0
},
"network_traffic": {
}
],
"network_traffic": [
{
"properties": {
"bits_per_second": {
"maximum": "12000000000",
Expand All @@ -47,6 +56,7 @@
}
}
}
]
},
"feeds": {
"wiki": {
Expand Down

0 comments on commit 1b4e421

Please sign in to comment.