isRestricted property

  1. @JsonKey(name: 'is_restricted', defaultValue: false)
bool? isRestricted
getter/setter pair

Whether controlling this device is restricted. At present if this is true then no Web API commands will be accepted by this device.

Implementation

@JsonKey(name: 'is_restricted', defaultValue: false)
bool? isRestricted;