Hello,
My name is Giovanni and I’m a Web developer.
My Home have a custom automation system with a PLC with rest api server written in C++.
There are the example code of app that use rest api for control light (on/off and status)?
Thanks a lot
Hello,
My name is Giovanni and I’m a Web developer.
My Home have a custom automation system with a PLC with rest api server written in C++.
There are the example code of app that use rest api for control light (on/off and status)?
Thanks a lot
You need to unterstand how apps, drivers and devices are working.
And it would be good to read the developer manual and SDK docs.
It doesn’t really depend on how the API is working (REST or other things).
Important is to know how to manage the device and capabilities.
Then you can perhaps search an app with less functionality (means less devices, only some capabilities) and take this as a blueprint or to get ideas.
From my apps, this is a smaller one with http API.