This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-core/libnymea/interfaces/extendedsmartmeterproducer.json
2019-04-08 13:55:15 +02:00

11 lines
476 B
JSON

{
"description": "Like smartmeterproducer, but instead of only providing total produced energy, this also supports retrieving the current power supply rate. Note that currentPower is positive for producers but might also be negative if a device implements consumer and producer and currently consumes more than it produces.",
"extends": "smartmeterproducer",
"states": [
{
"name": "currentPower",
"type": "double"
}
]
}