Values { "Unknown" , "Active" , "Inactive" } ValueMap { "0" , "2" , "3" } uint16 AccessState ; The State property indicates whether the Controller is actively commanding or accessing the device (value=2) or not (value=3). Also, the value, 'Unknown' (0), can be defined. This information is necessary when a LogicalDevice can be commanded by, or accessed through, multiple ProtocolControllers. |