Looks like with the latest version 0.0.0.52 sending messages from a script in HS3 doesn't work anymore. There's no errors or anything - just no message sent. Same script with same parameters works fine with 0.0.0.48. I've downgraded and got everything working for now, so no pressure.
Here's the relevant part of the script:
Code:
Dim CO(8) as Object CO(0) = "phone1|phone2" CO(1) = "Roomba hat eine Reinigungsaufgabe in " & Total_Time & " Minuten erledigt und ist nun zurück im Dock." CO(2) = "Roomba Reinigung beendet" CO(3) = Nothing CO(4) = "Gamelan" CO(5) = Nothing CO(6) = Nothing CO(7) = "iRobot" CO(8) = Nothing hs.PluginFunction("Pushover 3P", "", "Pushscript", CO)
Alex
Leave a comment: