PointStatusItem

This is the status for the BoschPointInfo .

This is the Status of the Point Item

PointStatusItem Properties

PointStatusItem

Field Type Inherited from Description
IsBypassed Nullable<Boolean> PointStatusItem Gets or sets the IsBypassed value
IsFaulted Nullable<Boolean> PointStatusItem Gets or sets a value indicating whether the point is currently in a faulted state.
Status PointStatusEnum PointStatusItem Gets or sets the current operational status of the point (Unassigned, Short, Open, or Normal).

JSON Structure of PointStatusItem

{
   "IsBypassed"	:	"Nullable\<Boolean\>",
   "IsFaulted"	:	"Nullable\<Boolean\>",
   "Status"	:	"[PointStatusEnum](/object-model/pointstatusenum)"
}