| 39 | { |
| 40 | public: |
| 41 | static CommandClass* Create( uint32 const _homeId, uint8 const _nodeId ){ return new ApplicationStatus( _homeId, _nodeId ); } |
| 42 | virtual ~ApplicationStatus(){} |
| 43 | |
| 44 | static uint8 const StaticGetCommandClassId(){ return 0x22; } |
nothing calls this directly
no outgoing calls
no test coverage detected