| 7 | { |
| 8 | public: |
| 9 | static CommandClass* Create(uint32 const _homeId, uint8 const _nodeId) { return new SimpleAV(_homeId, _nodeId); } |
| 10 | virtual ~SimpleAV() {} |
| 11 | |
| 12 | static uint8 const StaticGetCommandClassId() { return 0x94; } |
nothing calls this directly
no outgoing calls
no test coverage detected