Merge PR #522: Fix allowedValues for battery interface
This commit is contained in:
commit
c52e2ef6b8
@ -22,7 +22,7 @@
|
|||||||
{
|
{
|
||||||
"name": "chargingState",
|
"name": "chargingState",
|
||||||
"type": "QString",
|
"type": "QString",
|
||||||
"allowdValues": ["idle", "charging", "discharging"],
|
"allowedValues": ["idle", "charging", "discharging"],
|
||||||
"optional": true
|
"optional": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user