You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inspecting the code it seems that only the check if message is None is simply wrong and should check on an empty string instead, e.g. if message = ''. At least the documentation tells us that the partition() method returns a three-item-tuple with empty strings when separator was not found.
rthill
added a commit
to rthill/smarthome
that referenced
this issue
Jan 15, 2016
The network plugin documentation claims that you can send the actual item value as:
But this does actually not work, this simply sends nothing.
One way of correcting this error is to update the documentation as follows which currently works for me:
or by modifying the code which I didn't choose for me. I tested only the following modification in the code which was working too:
The text was updated successfully, but these errors were encountered: