| 44 | }; |
| 45 | |
| 46 | static CommandClass* Create( uint32 const _homeId, uint8 const _nodeId ){ return new MultiCmd( _homeId, _nodeId ); } |
| 47 | virtual ~MultiCmd(){} |
| 48 | |
| 49 | static uint8 const StaticGetCommandClassId(){ return 0x8f; } |
nothing calls this directly
no outgoing calls
no test coverage detected