[sonos] Fix battery level (Move) (#10024)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
lolodomo
2021-02-03 10:43:09 +01:00
committed by GitHub
parent 51ea77f022
commit c1cec8e11e

View File

@@ -971,7 +971,7 @@ public class ZonePlayerHandler extends BaseThingHandler implements UpnpIOPartici
}
break;
case BATTERYLEVEL:
value = extractInfoFromMoreInfo("RawBattPct");
value = extractInfoFromMoreInfo("BattPct");
if (value != null) {
newState = new DecimalType(value);
}