Fix allowedValues for battery interface
This commit is contained in:
parent
45081ad64e
commit
2a62ab17d4
@ -22,7 +22,7 @@
|
||||
{
|
||||
"name": "chargingState",
|
||||
"type": "QString",
|
||||
"allowdValues": ["idle", "charging", "discharging"],
|
||||
"allowedValues": ["idle", "charging", "discharging"],
|
||||
"optional": true
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user