OpenZWave Library 1.6.1914
Loading...
Searching...
No Matches
Namespaces | Enumerations | Variables
Meter.cpp File Reference
#include "command_classes/CommandClasses.h"
#include "command_classes/Meter.h"
#include "command_classes/MultiInstance.h"
#include "Defs.h"
#include "Msg.h"
#include "Node.h"
#include "Driver.h"
#include "platform/Log.h"
#include "Utils.h"
#include "value_classes/ValueDecimal.h"
#include "value_classes/ValueList.h"
#include "value_classes/ValueButton.h"
#include "value_classes/ValueInt.h"
#include "value_classes/ValueBool.h"

Namespaces

namespace  OpenZWave
 
namespace  OpenZWave::Internal
 
namespace  OpenZWave::Internal::CC
 

Enumerations

enum  OpenZWave::Internal::CC::MeterCmd {
  OpenZWave::Internal::CC::MeterCmd_Get = 0x01 , OpenZWave::Internal::CC::MeterCmd_Report = 0x02 , OpenZWave::Internal::CC::MeterCmd_SupportedGet = 0x03 , OpenZWave::Internal::CC::MeterCmd_SupportedReport = 0x04 ,
  OpenZWave::Internal::CC::MeterCmd_Reset = 0x05
}
 
enum  OpenZWave::Internal::CC::MeterType {
  OpenZWave::Internal::CC::MeterType_Electric = 0 , OpenZWave::Internal::CC::MeterType_Gas , OpenZWave::Internal::CC::MeterType_Water , OpenZWave::Internal::CC::MeterType_Heating ,
  OpenZWave::Internal::CC::MeterType_Cooling
}
 

Variables

std::map< uint32_t, s_MeterTypes > OpenZWave::Internal::CC::MeterTypes