KTKDeviceOccupancyModel Constants Reference
Declared in | KTKDeviceDefinitions.h |
---|
KTKDeviceOccupancyModel
Definition
typedef NS_ENUM(NSInteger, KTKDeviceOccupancyModel ) {
KTKDeviceOccupancyModeInvalid = -1,
KTKDeviceOccupancyModeOccupancy1 = 0,
KTKDeviceOccupancyModeOccupancy2 = 1,
KTKDeviceOccupancyModeFootfallDoor = 2,
KTKDeviceOccupancyModeFootfallCorridor = 3,
};
Constants
KTKDeviceOccupancyModeInvalid
-
Invalid mode.
Declared In
KTKDeviceDefinitions.h
. KTKDeviceOccupancyModeOccupancy1
-
Occupancy Mode is occupancy 1.
Declared In
KTKDeviceDefinitions.h
. KTKDeviceOccupancyModeOccupancy2
-
Occupancy Mode is occupancy 2.
Declared In
KTKDeviceDefinitions.h
. KTKDeviceOccupancyModeFootfallDoor
-
MOccupancy Mode is footfall door.
Declared In
KTKDeviceDefinitions.h
. KTKDeviceOccupancyModeFootfallCorridor
-
Occupancy Mode is footfall corridor.
Declared In
KTKDeviceDefinitions.h
.