
alexzen
-
Compteur de contenus
27 -
Inscription
-
Dernière visite
-
Jours gagnés
1
Community Answers
-
alexzen's message in Push météo was marked as the answer
Merci beaucoup, grace à vous cela marche parfaitement.
Pour ceux que cela intéresse voici la façon de faire pour passer une variable avec le service pushingbox :
HC2 = Net.FHttp("api.pushingbox.com") local push_ext = "/pushingbox?devid=vxxxxxxxxx&temperature=" push_ext = push_ext..fibaro:getValue(3, "Temperature").. ""; response, status, errorcode = HC2:POST(push_ext, "")