Page 1 of 1

rpc command

Posted: Mon Jan 28, 2019 11:46 am
by palouf34
Hi,

for my program, i want execute on rpc command.
look this generic example:

Code: Select all

  http://#IP_JEEDOM#/core/api/jeeApi.php?apikey=#APIKEY#&type=virtual&id=#ID#&value=#value# 
with #APIKEY# , #ID# is constant and #value# result of use more sensor.

I'm not see on the documentation and I don't see process for make this operation.

Have you on idea ?

thx