| 56 | }; |
| 57 | |
| 58 | static CommandClass* Create( uint32 const _homeId, uint8 const _nodeId ){ return new MultiInstance( _homeId, _nodeId ); } |
| 59 | virtual ~MultiInstance(){} |
| 60 | |
| 61 | static uint8 const StaticGetCommandClassId(){ return 0x60; } |
nothing calls this directly
no outgoing calls
no test coverage detected