Go to the source code of this file.
Namespaces | |
| homeassistant.components.ccm15.const | |
Variables | |
| dictionary | homeassistant.components.ccm15.const.CONST_CMD_FAN_MAP = {v: k for k, v in CONST_FAN_CMD_MAP.items()} |
| dictionary | homeassistant.components.ccm15.const.CONST_CMD_STATE_MAP = {v: k for k, v in CONST_STATE_CMD_MAP.items()} |
| dictionary | homeassistant.components.ccm15.const.CONST_FAN_CMD_MAP = {FAN_AUTO: 0, FAN_LOW: 2, FAN_MEDIUM: 3, FAN_HIGH: 4, FAN_OFF: 5} |
| dictionary | homeassistant.components.ccm15.const.CONST_STATE_CMD_MAP |
| int | homeassistant.components.ccm15.const.DEFAULT_INTERVAL = 30 |
| int | homeassistant.components.ccm15.const.DEFAULT_TIMEOUT = 10 |
| string | homeassistant.components.ccm15.const.DOMAIN = "ccm15" |