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