3 #include "zwave/SpecificZWaveMapperRegistry.h"
12 class FGK101Mapper :
public Mapper {
16 const std::string &product);
18 std::list<ModuleType> types()
const override;
22 class FGSD002Mapper :
public Mapper {
26 const std::string &product);
28 std::list<ModuleType> types()
const override;
SpecificZWaveMapperRegistry implements the method resolve() generically. The subclass of SpecificZWav...
Definition: SpecificZWaveMapperRegistry.h:20
Value coming from the Z-Wave network. It holds some data (usually sensor data) and metadata to identi...
Definition: ZWaveNode.h:102
Definition: SensorValue.h:14
Map the ZWaveNode-specific data to the BeeeOn-specific ones. It is assumed that the ZWaveNode instanc...
Definition: ZWaveMapperRegistry.h:31
Definition: FibaroZWaveMapperRegistry.h:7
Identity of a Z-Wave node that can be used separately without any instance of the ZWaveNode class...
Definition: ZWaveNode.h:28