|
|
@ -19,7 +19,7 @@ public class RemoteControlState { |
|
|
|
private volatile boolean connected = false; |
|
|
|
|
|
|
|
@Schema(description = "当前电量(0-100%)") |
|
|
|
private volatile double batteryLevel = -1; |
|
|
|
private volatile Integer batteryLevel; |
|
|
|
|
|
|
|
@Schema(description = "是否正在充电") |
|
|
|
private volatile boolean charging = false; |
|
|
|