1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-02 15:52:29 +00:00
Files
core/tests/components/iometer/fixtures/reading.json
2026-02-19 00:23:46 +01:00

17 lines
537 B
JSON

{
"__typename": "iometer.reading.v1",
"meter": {
"number": "1ISK0000000000",
"reading": {
"time": "2024-11-11T11:11:11Z",
"registers": [
{ "obis": "01-00:01.08.00*ff", "value": 1234.5, "unit": "Wh" },
{ "obis": "01-00:01.08.01*ff", "value": 1904.5, "unit": "Wh" },
{ "obis": "01-00:01.08.02*ff", "value": 9876.21, "unit": "Wh" },
{ "obis": "01-00:02.08.00*ff", "value": 5432.1, "unit": "Wh" },
{ "obis": "01-00:10.07.00*ff", "value": 100, "unit": "W" }
]
}
}
}