deviceConnectState property

  1. @JsonKey(name: 'DeviceConnectState')
String deviceConnectState
final

The connection state of the device, where "2" means connected. Other states are unknown. TODO: What other states are possible? Example: "2"

Implementation

@JsonKey(name: 'DeviceConnectState')
final String deviceConnectState;