Make power level less dumb

This commit is contained in:
Ben Meadors 2023-03-09 12:52:46 -06:00 committed by GitHub
parent 19d49ec528
commit b546551e27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ option swift_prefix = "";
*/
message DeviceMetrics {
/*
* 1-100 (0 means powered)
* 0-100 (>100 means powered)
*/
uint32 battery_level = 1;