| 37 | using namespace OpenZWave; |
| 38 | |
| 39 | enum BasicWindowCoveringCmd |
| 40 | { |
| 41 | BasicWindowCoveringCmd_StartLevelChange = 0x01, |
| 42 | BasicWindowCoveringCmd_StopLevelChange = 0x02 |
| 43 | }; |
| 44 | |
| 45 | enum |
| 46 | { |
nothing calls this directly
no outgoing calls
no test coverage detected