FloorStatus

Represents the access status for a specific floor

FloorStatus Properties

FloorStatus

Field Type Inherited from Description
Floor Int32 FloorStatus Gets or sets the floor number
Status String FloorStatus Gets or sets the access status for this floor

JSON Structure of FloorStatus

{
   "Floor"	:	"Int32",
   "Status"	:	"String"
}