RealTimeAttributes class

Annotations
  • @JsonSerializable.new()

Constructors

RealTimeAttributes({int? online = 0, int? deviceStatus = 0, int? offlineTime = 0, int? chargingMode = 0, int? isCharging, int? batteryLevel = 0, int? deviceNetType = 0, int? signalStrength = 0, String? networkName, String? ip, int? wifiChannel, String? firmwareId, String? newestFirmwareId, int? firmwareStatus, String? mcuNumber, String? displayGitSha, SDCard? sdCard, bool supportOtaAutoUpgrade = false, int? whiteLight})
RealTimeAttributes.fromJson(Map<String, dynamic> json)
factory

Properties

batteryLevel int?
getter/setter pair
chargingMode int?
getter/setter pair
deviceNetType int?
getter/setter pair
deviceStatus int?
getter/setter pair
displayGitSha String?
getter/setter pair
firmwareId String?
getter/setter pair
firmwareStatus int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ip String?
getter/setter pair
isCharging int?
getter/setter pair
mcuNumber String?
getter/setter pair
networkName String?
getter/setter pair
newestFirmwareId String?
getter/setter pair
offlineTime int?
getter/setter pair
online int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdCard SDCard?
getter/setter pair
signalStrength int?
getter/setter pair
supportOtaAutoUpgrade bool
getter/setter pair
whiteLight int?
getter/setter pair
wifiChannel int?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited