Home Dynamic Protocol
Home Dynamic System make use of LAN for IoT system controls. With the help of In-browser-javascript and ESP8266 modules, Home Dynamic System will run on basic-auth, GET variables and return value via HTTP. Here is an example code for the communication.
[Client Interface, Javascript GET Request Header]
http://123.456.78.90:80/act?info
[Home Dynamic Module return value in plain text]
<Module Name>_On:<Relative Path for On Command>_Off:<Relative Path for Off Command>_State:<Item Name>,<value><Item Name>,<value>