Re-org and start of API #47

Merged
bmartin5692 merged 10 commits from wip_dev into master 2019-06-21 03:26:06 +02:00
Showing only changes of commit d541234600 - Show all commits

View file

@ -722,7 +722,7 @@ class XMPPAsyncClient:
).replace("ns0:", ""), ).replace("ns0:", ""),
) )
) )
if 'td="error"' in newdata or 'errs=' in newdata: if 'td="error"' in newdata or 'errs=' in newdata or 'k="DeviceAlert' in newdata:
boterrorlog.error( boterrorlog.error(
"Received Error from ({}:{} | {}) - {}".format( "Received Error from ({}:{} | {}) - {}".format(
self.address[0], self.address[0],