OpenZWave Library
1.6.1914
Loading...
Searching...
No Matches
Deprecated List
Member
OpenZWave::Manager::ActivateScene
(uint8 const _sceneId)
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::AddSceneValue
(uint8 const _sceneId,
ValueID
const &_valueId, int16 const _value)
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::AddSceneValue
(uint8 const _sceneId,
ValueID
const &_valueId, int32 const _value)
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::AddSceneValue
(uint8 const _sceneId,
ValueID
const &_valueId, float const _value)
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::AddSceneValue
(uint8 const _sceneId,
ValueID
const &_valueId, uint8 const _value)
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::AddSceneValue
(uint8 const _sceneId,
ValueID
const &_valueId, bool const _value)
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::AddSceneValue
(uint8 const _sceneId,
ValueID
const &_valueId, string const &_value)
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::AddSceneValueListSelection
(uint8 const _sceneId,
ValueID
const &_valueId, string const &_value)
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::AddSceneValueListSelection
(uint8 const _sceneId,
ValueID
const &_valueId, int32 const _value)
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::BeginControllerCommand
(uint32 const _homeId,
Driver::ControllerCommand
_command,
Driver::pfnControllerCallback_t
_callback=NULL, void *_context=NULL, bool _highPower=false, uint8 _nodeId=0xff, uint8 _arg=0)
This method has been depreciated in favour of the methods in the Network_Commands section (Remove in 1.8)
Member
OpenZWave::Manager::CreateScene
()
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::GetAllScenes
(uint8 **_sceneIds)
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::GetNumScenes
()
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::GetSceneLabel
(uint8 const _sceneId)
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::RemoveAllScenes
(uint32 const _homeId)
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::RemoveScene
(uint8 const _sceneId)
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::RemoveSceneValue
(uint8 const _sceneId,
ValueID
const &_valueId)
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::SceneExists
(uint8 const _sceneId)
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::SceneGetValueAsBool
(uint8 const _sceneId,
ValueID
const &_valueId, bool *o_value)
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::SceneGetValueAsByte
(uint8 const _sceneId,
ValueID
const &_valueId, uint8 *o_value)
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::SceneGetValueAsFloat
(uint8 const _sceneId,
ValueID
const &_valueId, float *o_value)
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::SceneGetValueAsInt
(uint8 const _sceneId,
ValueID
const &_valueId, int32 *o_value)
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::SceneGetValueAsShort
(uint8 const _sceneId,
ValueID
const &_valueId, int16 *o_value)
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::SceneGetValueAsString
(uint8 const _sceneId,
ValueID
const &_valueId, string *o_value)
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::SceneGetValueListSelection
(uint8 const _sceneId,
ValueID
const &_valueId, string *o_value)
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::SceneGetValueListSelection
(uint8 const _sceneId,
ValueID
const &_valueId, int32 *o_value)
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::SceneGetValues
(uint8 const _sceneId, vector< ValueID > *o_value)
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::SetNodeLevel
(uint32 const _homeId, uint8 const _nodeId, uint8 const _level)
This method has been depreciated in setting the
ValueID
's directly (Remove in 1.8)
Member
OpenZWave::Manager::SetNodeOff
(uint32 const _homeId, uint8 const _nodeId)
This method has been depreciated in setting the
ValueID
's directly (Remove in 1.8)
Member
OpenZWave::Manager::SetNodeOn
(uint32 const _homeId, uint8 const _nodeId)
This method has been depreciated in setting the
ValueID
's directly (Remove in 1.8)
Member
OpenZWave::Manager::SetSceneLabel
(uint8 const _sceneId, string const &_value)
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::SetSceneValue
(uint8 const _sceneId,
ValueID
const &_valueId, bool const _value)
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::SetSceneValue
(uint8 const _sceneId,
ValueID
const &_valueId, uint8 const _value)
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::SetSceneValue
(uint8 const _sceneId,
ValueID
const &_valueId, float const _value)
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::SetSceneValue
(uint8 const _sceneId,
ValueID
const &_valueId, int32 const _value)
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::SetSceneValue
(uint8 const _sceneId,
ValueID
const &_valueId, int16 const _value)
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::SetSceneValue
(uint8 const _sceneId,
ValueID
const &_valueId, string const &_value)
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::SetSceneValueListSelection
(uint8 const _sceneId,
ValueID
const &_valueId, string const &_value)
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::SetSceneValueListSelection
(uint8 const _sceneId,
ValueID
const &_valueId, int32 const _value)
The Scene Methods have been depreciated. (This is not the same as the CENTRAL_SCENE CommandClass)
Member
OpenZWave::Manager::SwitchAllOff
(uint32 const _homeId)
This method has been depreciated. Please use the
ValueID
interface instead.
Member
OpenZWave::Manager::SwitchAllOn
(uint32 const _homeId)
This method has been depreciated. Please use the
ValueID
interface instead.
Member
OpenZWave::Manager::WriteConfig
(uint32 const _homeId)
OZW handles writing out the cache automatically. This does not need to be called anymore.
Generated on Wed Sep 27 2023 02:36:12 for OpenZWave Library by
1.9.7