AreaStatusItem

This is the status for the BoschAreaInfo .

This declares/stores what the status value is set to.

AreaStatusItem Properties

AreaStatusItem

Field Type Inherited from Description
ArmStatus AreaStatusEnum AreaStatusItem Gets or sets the current arming status of the Bosch intrusion detection area.
IsReadyToArm Nullable<Boolean> AreaStatusItem Gets or sets the IsReadyToArm value

JSON Structure of AreaStatusItem

{
   "ArmStatus"	:	"[AreaStatusEnum](/object-model/areastatusenum)",
   "IsReadyToArm"	:	"Nullable\<Boolean\>"
}