Enforce smartmeterconsumer on evchargers
This commit is contained in:
parent
4b4bef2885
commit
20b13bc3ed
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"description": "An EV-charger. Extends the power interface for charging/not charging an electric vehicle. Supports regulation of the max. charging current in addition to be powered on or off.",
|
"description": "An EV-charger. Extends the power interface for charging/not charging an electric vehicle. Supports regulation of the max. charging current in addition to be powered on or off.",
|
||||||
"extends": "power",
|
"extends": ["smartmeterconsumer", "power"],
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
"name": "maxChargingCurrent",
|
"name": "maxChargingCurrent",
|
||||||
|
|||||||
Reference in New Issue
Block a user