OpenZWave Library 1.6.1914
Loading...
Searching...
No Matches
Namespaces | Enumerations
CentralScene.cpp File Reference
#include "command_classes/CommandClasses.h"
#include "command_classes/CentralScene.h"
#include "Defs.h"
#include "Msg.h"
#include "Node.h"
#include "Driver.h"
#include "platform/Log.h"
#include "value_classes/ValueInt.h"
#include "value_classes/ValueButton.h"
#include "value_classes/ValueByte.h"
#include "tinyxml.h"
+ Include dependency graph for CentralScene.cpp:

Namespaces

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

Enumerations

enum  OpenZWave::Internal::CC::CentralSceneCmd { OpenZWave::Internal::CC::CentralSceneCmd_Capability_Get = 0x01 , OpenZWave::Internal::CC::CentralSceneCmd_Capability_Report = 0x02 , OpenZWave::Internal::CC::CentralSceneCmd_Set = 0x03 }
 
enum  OpenZWave::Internal::CC::CentralScene_ValueID_Index
 
enum  OpenZWave::Internal::CC::CentralScene_KeyAttributesMask {
  OpenZWave::Internal::CC::CentralSceneMask_KeyPressed1time = 0x01 , OpenZWave::Internal::CC::CentralSceneMask_KeyReleased = 0x02 , OpenZWave::Internal::CC::CentralSceneMask_HeldDown = 0x04 , OpenZWave::Internal::CC::CentralSceneMask_KeyPressed2times = 0x08 ,
  OpenZWave::Internal::CC::CentralSceneMask_KeyPressed3times = 0x10 , OpenZWave::Internal::CC::CentralSceneMask_KeyPressed4times = 0x20 , OpenZWave::Internal::CC::CentralSceneMask_KeyPressed5times = 0x40 , OpenZWave::Internal::CC::CentralSceneMask_reserved = 0x80
}
 
enum  OpenZWave::Internal::CC::CentralScene_KeyAttributes {
  OpenZWave::Internal::CC::CentralScene_KeyAttributes_KeyPressed1time = 0 , OpenZWave::Internal::CC::CentralScene_KeyAttributes_KeyReleased = 1 , OpenZWave::Internal::CC::CentralScene_KeyAttributes_KeyHeldDown = 2 , OpenZWave::Internal::CC::CentralScene_KeyAttributes_KeyPressed2times = 3 ,
  OpenZWave::Internal::CC::CentralScene_KeyAttributes_KeyPressed3times = 4 , OpenZWave::Internal::CC::CentralScene_KeyAttributes_KeyPressed4times = 5 , OpenZWave::Internal::CC::CentralScene_KeyAttributes_KeyPressed5times = 6 , OpenZWave::Internal::CC::CentralScene_KeyAttributes_reserved = 7
}