rpc command

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
User avatar
palouf34
Posts: 6
Joined: Sun Jan 06, 2019 3:27 pm
Contact:

rpc command

Post by palouf34 » Mon Jan 28, 2019 11:46 am

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

Post Reply