isPrivateSession property

  1. @JsonKey(name: 'is_private_session', defaultValue: false)
bool? isPrivateSession
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_private_session', defaultValue: false)
bool? isPrivateSession;