Merge PR #522: Fix allowedValues for battery interface

This commit is contained in:
jenkins 2022-06-16 00:20:44 +02:00
commit c52e2ef6b8

View File

@ -22,7 +22,7 @@
{ {
"name": "chargingState", "name": "chargingState",
"type": "QString", "type": "QString",
"allowdValues": ["idle", "charging", "discharging"], "allowedValues": ["idle", "charging", "discharging"],
"optional": true "optional": true
} }
] ]