Bon je ne trouve toujours pas...
J'ai bien pris note de la modification
For example /json.htm?type=devices will be /json.htm?type=command¶m=getdevices
Changer par exemple
curl -ksSl -m 1 '
http://127.0.0.1:80/json.htm?type=devices&rid=100'
PAR
curl -ksSl -m 1 '
http://127.0.0.1:80/json.htm?type=comma ... es&rid=100'
C'est OK ... Mais !
Quand je cherche dans la section qui va bien (
https://www.domoticz.com/wiki/Domoticz_ ... 7s#Voltage) , j'ai toujours la syntaxe de l'ancienne api...
j'ai beau changer et faire
/json.htm?type=command¶m=updatedevice&idx=100&nvalue=0&svalue=237'
/json.htm?type=command¶m=getdevices&idx=100&nvalue=0&svalue=237'
rien ne marche sauf
/json.htm?type=command¶m=udevice&idx=100&nvalue=0&svalue=237'
qui est l'ancienne syntaxe et qui me met une erreur en log!
Bref, Merci quand même......