supla-device
Loading...
Searching...
No Matches
hvac_mqtt.h
1/*
2 * Copyright (C) AC SOFTWARE SP. Z O.O
3 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License
6 * as published by the Free Software Foundation; either version 2
7 * of the License, or (at your option) any later version.
8 */
9
10#ifndef SRC_SUPLA_PROTOCOL_MQTT_HVAC_MQTT_H_
11#define SRC_SUPLA_PROTOCOL_MQTT_HVAC_MQTT_H_
12
13namespace Supla {
14namespace Protocol {
15
16void RegisterHvacMqttHandler();
17
18} // namespace Protocol
19} // namespace Supla
20
21#endif // SRC_SUPLA_PROTOCOL_MQTT_HVAC_MQTT_H_