| 42 | { |
| 43 | public: |
| 44 | static CommandClass* Create( uint32 const _homeId, uint8 const _nodeId ){ return new Clock( _homeId, _nodeId ); } |
| 45 | virtual ~Clock(){} |
| 46 | |
| 47 | static uint8 const StaticGetCommandClassId(){ return 0x81; } |
nothing calls this directly
no outgoing calls
no test coverage detected