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