Update 20-DynamicBridge.ino

This commit is contained in:
Gregg 2022-05-21 12:11:53 -05:00
parent 00ea4c6dd8
commit 7835665e60
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ void deleteAccessory(const char *buf){
return;
}
if(homeSpan.deleteAccessory(n+1)){
if(homeSpan.deleteAccessory(n+1)!=0){
Serial.printf("No such Accessory: Light-%d\n",n);
return;
}