| 46 | { |
| 47 | public: |
| 48 | static CommandClass* Create( uint32 const _homeId, uint8 const _nodeId ){ return new WakeUp( _homeId, _nodeId ); } |
| 49 | virtual ~WakeUp(); |
| 50 | |
| 51 | static uint8 const StaticGetCommandClassId(){ return 0x84; } |
nothing calls this directly
no outgoing calls
no test coverage detected