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