Enforce smartmeterconsumer on evchargers

pull/463/head
Michael Zanetti 2021-09-23 14:27:56 +02:00 committed by Simon Stürz
parent 4b4bef2885
commit 20b13bc3ed
1 changed files with 1 additions and 1 deletions

View File

@ -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.",
"extends": "power",
"extends": ["smartmeterconsumer", "power"],
"states": [
{
"name": "maxChargingCurrent",