Merge branch 'master' of intrepidcs.homeip.net:paulhollinsky/icsneonext

This commit is contained in:
Paul Hollinsky
2018-11-20 09:42:29 -05:00
24 changed files with 358 additions and 143 deletions
+1
View File
@@ -180,6 +180,7 @@ bool Device::close() {
if(internalHandlerCallbackID)
com->removeMessageCallback(internalHandlerCallbackID);
goOffline();
return com->close();
}