state property
Output only The state most recently received from the device. If no state
has been reported, this field is not present.
Implementation
@$pb.TagNumber(16)
DeviceState get state => $_getN(10);
Implementation
@$pb.TagNumber(16)
set state(DeviceState v) {
setField(16, v);
}