| 62 | }; |
| 63 | |
| 64 | static CommandClass* Create( uint32 const _homeId, uint8 const _nodeId ){ return new Powerlevel( _homeId, _nodeId ); } |
| 65 | virtual ~Powerlevel(){} |
| 66 | |
| 67 | static uint8 const StaticGetCommandClassId(){ return 0x73; } |
nothing calls this directly
no outgoing calls
no test coverage detected