EnOcean Link
1.14.0.0
Middleware to Connect EnOcean easily to other Projects
|
Go to the source code of this file.
Classes | |
class | eoA5EEProfile |
EnOcean Equipment Profiles. More... | |
Enumerations | |
enum | ENUM_FAN_SPEED_5STAGE { STAGE_3 = 0, STAGE_2 = 1, STAGE_1 = 2, STAGE_0 = 3, STAGE_AUTO = 4 } |
Fan Speed for 5 Stages ie A5-10-01. More... | |
enum | ENUM_FAN_SPEED_7STAGE { SPEED_AUTO = 0, SPEED_0 = 1, SPEED_1 = 2, SPEED_2 = 3, SPEED_3 = 4, SPEED_4 = 5, SPEED_5 = 6, SPEED_OFF = 7 } |
Fan Speed for 7 Stages ie A5-10-18. More... | |