-
-
Notifications
You must be signed in to change notification settings - Fork 17
Rest Engine
jano42 edited this page Jan 18, 2016
·
1 revision
#Presentation#
All yadoms application can be requested or driven by REST engine. This engine is on the same port than the web server port (8080 by default). All REST commands can be accessed using /REST/ uri. Here is the list of all rest commands handled by Yadoms. All variable parameters are in {} and are described. All commands results have the same format :
{
"result" : "true",
"message" : "",
"data" : {...}
}
In case of a result false, message field contains all information about the error.
#List of REST Commands#
Yadoms -- The ultimate house automation solution