IndigoDomotics / indigo-pushover

Indigo plugin to send push notifications via Pushover.
MIT License
17 stars 11 forks source link

Check for empty string values, not just null #18

Closed jcs closed 6 years ago

jcs commented 6 years ago

This was broken in 570adc73fa because the values coming from pluginAction.props are not None, they are non-null, blank strings.

Also send result of Pushover API call to the debug log.

Fixes #17