Fix allowedValues for battery interface

This commit is contained in:
Michael Zanetti 2022-04-28 11:28:32 +02:00
parent 45081ad64e
commit 2a62ab17d4

View File

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