| 43 | using namespace OpenZWave; |
| 44 | |
| 45 | enum BasicCmd |
| 46 | { |
| 47 | BasicCmd_Set = 0x01, |
| 48 | BasicCmd_Get = 0x02, |
| 49 | BasicCmd_Report = 0x03 |
| 50 | }; |
| 51 | |
| 52 | //----------------------------------------------------------------------------- |
| 53 | // <Basic::Basic> |
nothing calls this directly
no outgoing calls
no test coverage detected