We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42dd832 commit 22eee5aCopy full SHA for 22eee5a
src/openzwave-polling.cc
@@ -69,7 +69,7 @@ namespace OZW {
69
70
NodeInfo *node;
71
std::list<OpenZWave::ValueID>::iterator vit;
72
- bool = false;
+ bool b = false;
73
if ((node = get_node_info(nodeid))) {
74
for (vit = node->values.begin(); vit != node->values.end(); ++vit) {
75
if ((*vit).GetCommandClassId() == comclass) {
@@ -91,7 +91,7 @@ namespace OZW {
91
uint8 comclass = info[1]->ToNumber()->Value();
92
93
94
- b = false;
95
96
97
0 commit comments