The STYLY NetSync simulator emits BatteryLevel in the range 0–100, but real devices report 0–1 (normalized).
Please align the simulator output to 0–1 to match device behavior.
Log (simulator):
12:17:51 | INFO | Client Variable Changed: room=default_room, target=441, sender=441, name='BatteryLevel', old='42.0', new='32.0'
Expected: BatteryLevel is normalized 0.0–1.0.