![]() |
HAN-FUN API
1.5.3
This project provides the common implementation of ULE Alliance's HAN-FUN application protocol.
|
This module contains the classes that define and implement the Simple Thermostat interface API. More...
Data Structures | |
struct | HF::Interfaces::SimpleThermostat::SupportedModes |
Helper class to handle the Supported Modes attribute for the Simple Thermostat interface. More... | |
struct | HF::Interfaces::SimpleThermostat::HeatCoolMode |
Helper class to handle the Heat/Cool Mode attribute for the Simple Thermostat interface. More... | |
struct | HF::Interfaces::SimpleThermostat::FanMode |
Helper class to handle the Fan Mode attribute for the Simple Thermostat interface. More... | |
struct | HF::Interfaces::SimpleThermostat::Attribute< _ID > |
Helper template class to handle attributes for the Simple Thermostat interface. More... | |
struct | HF::Interfaces::SimpleThermostat::BoostDuration |
Helper class to handle the Boost Duration attribute for the Simple Thermostat interface. More... | |
struct | HF::Interfaces::SimpleThermostat::Base |
Simple Thermostat Interface : Parent. More... | |
class | HF::Interfaces::SimpleThermostat::Server |
Simple Thermostat Interface : Server side implementation. More... | |
struct | HF::Interfaces::SimpleThermostat::Client |
Simple Thermostat Interface : Client side implementation. More... | |
Typedefs | |
typedef Attribute< HEAT_MODE_TEMP_ATTR > | HF::Interfaces::SimpleThermostat::HeatModeTemperature |
Helper class to handle the Heat Mode temperature attribute for the Simple Thermostat interface. | |
typedef Attribute< COOL_MODE_TEMP_ATTR > | HF::Interfaces::SimpleThermostat::CoolModeTemperature |
Helper class to handle the Cool Mode temperature attribute for the Simple Thermostat interface. | |
typedef Attribute< AUTO_MODE_HEAT_TEMP_ATTR > | HF::Interfaces::SimpleThermostat::AutoModeHeatTemperature |
Helper class to handle the Heat/Cool Mode heat temperature attribute for the Simple Thermostat interface. | |
typedef Attribute< AUTO_MODE_COOL_TEMP_ATTR > | HF::Interfaces::SimpleThermostat::AutoModeCoolTemperature |
Helper class to handle the Heat/Cool Mode cool temperature attribute for the Simple Thermostat interface. | |
typedef Attribute< HEAT_MODE_TEMP_OFFSET_ATTR > | HF::Interfaces::SimpleThermostat::HeatModeTemperatureOffset |
Helper class to handle the Heat Mode temperature offset attribute for the Simple Thermostat interface. | |
typedef Attribute< COOL_MODE_TEMP_OFFSET_ATTR > | HF::Interfaces::SimpleThermostat::CoolModeTemperatureOffset |
Helper class to handle the Cool Mode temperature offset attribute for the Simple Thermostat interface. | |
Functions | |
HF::Attributes::IAttribute * | HF::Interfaces::create_attribute (SimpleThermostat::Server *server, uint8_t uid) |
Create an attribute object that can hold the attribute with the given uid . More... | |
HF::Attributes::IAttribute * | HF::Interfaces::SimpleThermostat::create_attribute (uint8_t uid) |
Create an attribute object that can hold the attribute with the given uid . (HF::Interfaces::SimpleThermostat::Server *,uint8_t) More... | |
This module contains the classes that define and implement the Simple Thermostat interface API.
Definition at line 70 of file simple_thermostat.h.
Masks for the Simple Thermostat supported modes.
Enumerator | |
---|---|
HEAT_MODE | Heat only support. |
COOL_MODE | Cool only support. |
AUTO_MODE | Heat/Cool support. |
FAN_OFF_MODE | Fan not working. |
FAN_ON_MODE | Fan working. |
FAN_AUTO_MODE | Fan has/is in automatic mode. |
Definition at line 86 of file simple_thermostat.h.
HF::Attributes::IAttribute* HF::Interfaces::create_attribute | ( | SimpleThermostat::Server * | server, |
uint8_t | uid | ||
) |
Create an attribute object that can hold the attribute with the given uid
.
If server
is not equal to nullptr
then initialize it with the current value.
[in] | server | pointer to the object to read the current value from. |
[in] | uid | attribute's UID to create the attribute object for. |
nullptr
if the attribute UID does not exist.
|
inline |
Create an attribute object that can hold the attribute with the given uid
. (HF::Interfaces::SimpleThermostat::Server *,uint8_t)
[in] | uid | attribute UID to create the attribute object for. |
pointer | to an attribute object |
<tt>nullptr</tt> | if the attribute UID does not exist. |
Create an attribute object that can hold the attribute with the given uid
. (HF::Interfaces::SimpleThermostat::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Interfaces::SimplePowerMeter::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Interfaces::SimpleLightSensor::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Interfaces::SimpleKeypad::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Interfaces::SimpleButton::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Interfaces::SimpleAirPressure::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Interfaces::OnOff::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Interfaces::LevelControl::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Interfaces::ColourControl::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Interfaces::Alert::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Core::Scheduling::Weekly::IServer *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Interfaces::Time::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Interfaces::SUOTA::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Interfaces::RSSI::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Core::GroupTable::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
.
Create an attribute object that can hold the attribute with the given uid
. (HF::Core::Scheduling::Event::IServer *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Core::DeviceManagement::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Core::DeviceInformation::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Core::BindManagement::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Core::BatchProgramManagement::IServer *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Core::AttributeReporting::Server *,uint8_t)
[in] | uid | attribute UID to create the attribute object for. |
nullptr
if the attribute UID does not exist.Create an attribute object that can hold the attribute with the given uid
. (HF::Interfaces::SimpleThermostat::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Interfaces::SimplePowerMeter::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Interfaces::SimpleLightSensor::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Interfaces::SimpleKeypad::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Interfaces::SimpleButton::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Interfaces::SimpleAirPressure::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Interfaces::OnOff::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Interfaces::LevelControl::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Interfaces::ColourControl::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Interfaces::Alert::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Core::Scheduling::Weekly::IServer *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Interfaces::Time::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Interfaces::SUOTA::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Interfaces::RSSI::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Core::GroupTable::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
.
Create an attribute object that can hold the attribute with the given uid
. (HF::Core::Scheduling::Event::IServer *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Core::DeviceManagement::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Core::DeviceInformation::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Core::BindManagement::Server *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Core::BatchProgramManagement::IServer *,uint8_t)
Create an attribute object that can hold the attribute with the given uid
. (HF::Core::AttributeReporting::Server *,uint8_t)
[in] | uid | attribute UID to create the attribute object for. |
pointer | to an attribute object |
<tt>nullptr</tt> | if the attribute UID does not exist. |
Definition at line 108 of file simple_humidity.h.