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 the IsFaulted value
Status PointStatusEnum PointStatusItem Gets or sets the Status value

JSON Structure of PointStatusItem

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