MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / BasicWindowCoveringCmd

Enum BasicWindowCoveringCmd

cpp/src/command_classes/BasicWindowCovering.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37using namespace OpenZWave;
38
39enum BasicWindowCoveringCmd
40{
41 BasicWindowCoveringCmd_StartLevelChange = 0x01,
42 BasicWindowCoveringCmd_StopLevelChange = 0x02
43};
44
45enum
46{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected