Update 20-DynamicBridge.ino
This commit is contained in:
parent
00ea4c6dd8
commit
7835665e60
|
|
@ -133,7 +133,7 @@ void deleteAccessory(const char *buf){
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(homeSpan.deleteAccessory(n+1)){
|
if(homeSpan.deleteAccessory(n+1)!=0){
|
||||||
Serial.printf("No such Accessory: Light-%d\n",n);
|
Serial.printf("No such Accessory: Light-%d\n",n);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue