[sonos] Fix battery level (Move) (#10024)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
parent
51ea77f022
commit
c1cec8e11e
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue