IndigoDomotics / indigo-pushover

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

call "substitute" rather than "substituteVariable" #10

Closed jdhorne closed 8 years ago

jdhorne commented 8 years ago

…so that device states can be filled in as well. Replaced a while loop with a single call to 'substitute' in the process, since it seemed risky to have "while '%%' in strInput' (could cause an infinite loop). If the while loop is really necessary it would have to be more complicated.

yamanote1138 commented 8 years ago

looks good, thanks for the PR. will merge and push out a new release.