WebThingsIO / webthing-arduino

Simple server for ESP8266, ESP32, Ethernet, or WiFi101-compatible boards compliant with Mozilla's proposed WoT API
Mozilla Public License 2.0
207 stars 78 forks source link

Retrieve thing description #155

Open lbedogni opened 2 years ago

lbedogni commented 2 years ago

As far as I know, there is no possibility to retrieve the thing description locally, but you have to perform a GET instead on the IP of the device. Would it be possible to add such method or is it out of scope?