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