Use proper unit

This commit is contained in:
Michael Zanetti 2020-09-24 01:07:36 +02:00
parent 34ac58feaa
commit 9acf4b81de

View File

@ -48,7 +48,7 @@
"displayName": "Power AC", "displayName": "Power AC",
"displayNameEvent": "Power AC changed", "displayNameEvent": "Power AC changed",
"type": "double", "type": "double",
"unit": "KiloWatt", "unit": "Watt",
"defaultValue": 0 "defaultValue": 0
}, },
{ {
@ -57,7 +57,7 @@
"displayName": "Power DC", "displayName": "Power DC",
"displayNameEvent": "Power DC changed", "displayNameEvent": "Power DC changed",
"type": "double", "type": "double",
"unit": "KiloWatt", "unit": "Watt",
"defaultValue": 0 "defaultValue": 0
}, },
{ {
@ -129,7 +129,7 @@
"displayName": "Current total power consumption", "displayName": "Current total power consumption",
"displayNameEvent": "Current total power consumption changed", "displayNameEvent": "Current total power consumption changed",
"type": "double", "type": "double",
"unit": "KiloWatt", "unit": "Watt",
"defaultValue": 0 "defaultValue": 0
}, },
{ {
@ -183,7 +183,7 @@
"displayName": "Installed generator power", "displayName": "Installed generator power",
"displayNameEvent": "Installed generator power changed", "displayNameEvent": "Installed generator power changed",
"type": "double", "type": "double",
"unit": "KiloWatt", "unit": "Watt",
"defaultValue": 0 "defaultValue": 0
} }
] ]