|
enum | Types {
AlarmControl = 0x01,
Switch = 0x10,
OutputUnit = 0x12,
Dimmer = 0x20,
BlindActuator = 0x30,
ClimateControl = 0x39,
Remote = 0x40,
Sensor = 0x41,
Swi = 0x42,
PushButton = 0x43,
SingleButton = 0x44,
PowerMeter = 0x51,
Thermostat = 0x58,
KFM100 = 0x60,
THSensor = 0x70,
ThreeStateSensor = 0x80,
MotionDetector = 0x81,
KeyMatic = 0xC0,
WinMatic = 0xC1,
TipTronic = 0xC3,
SmokeDetector = 0xCD
} |
|
Definition at line 43 of file Device.h.