----------------------------------------------------------------------------- Constructor -----------------------------------------------------------------------------
| 59 | // Constructor |
| 60 | //----------------------------------------------------------------------------- |
| 61 | Version::Version |
| 62 | ( |
| 63 | uint32 const _homeId, |
| 64 | uint8 const _nodeId |
| 65 | ): |
| 66 | CommandClass( _homeId, _nodeId ) |
| 67 | { |
| 68 | m_com.EnableFlag(COMPAT_FLAG_VERSION_GETCLASSVERSION, true); |
| 69 | SetStaticRequest( StaticRequest_Values ); |
| 70 | } |
| 71 | |
| 72 | //----------------------------------------------------------------------------- |
| 73 | // <Version::RequestState> |
nothing calls this directly
no test coverage detected