[Tuto] Notification Push Windows Phone
Publié : 17 nov. 2014, 10:19
comme vous l'avez constaté il n’existe pas de notification pour WP, seulement iOS et android.
voici un script pour combler se manque
notification.sh
un petit chmod
ensuite dans domoticz dans le device choisi mettre
dans On ou Off
voici un script pour combler se manque
notification.sh
Code : Tout sélectionner
#!/bin/bash
curl -F "AuthorizationToken=MA_CLE_API" \
-F "Body=$*" \
https://pushalot.com/api/sendmessageensuite dans domoticz dans le device choisi mettre
Code : Tout sélectionner
script:///home/pi/domoticz/notification.sh mon texte a envoyer