The highest version number of the command class implemented by OpenZWave. We only need to do version gets on command classes that override this with a number greater than one.
| 90 | // The highest version number of the command class implemented by OpenZWave. We only need |
| 91 | // to do version gets on command classes that override this with a number greater than one. |
| 92 | virtual uint8 GetMaxVersion(){ return 1; } |
| 93 | |
| 94 | uint8 GetVersion()const{ return m_dom.GetFlagByte(STATE_FLAG_CCVERSION); } |
| 95 | Bitfield const* GetInstances()const{ return &m_instances; } |
nothing calls this directly
no outgoing calls
no test coverage detected