mirror of https://github.com/nymea/nymea.git
Update max charging current to uint
parent
b5dc78d9d3
commit
81c1ba94d3
|
|
@ -4,7 +4,7 @@
|
|||
"states": [
|
||||
{
|
||||
"name": "maxChargingCurrent",
|
||||
"type": "double",
|
||||
"type": "uint",
|
||||
"writable": true,
|
||||
"unit": "Ampere"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue