WebThingsIO / api

Web Thing API Specification
http://iot.mozilla.org/wot/
Other
164 stars 25 forks source link

Provide a link to a web interface for a Thing #68

Closed benfrancis closed 6 years ago

benfrancis commented 6 years ago

As a web thing developer I would like to provide a custom web interface for my web thing in HTML so that I can provide a more intuitive interface for a complex thing.

Could add a link to the links member which points to an HTML UI.

e.g.

  {
    "rel": "alternate",
    "mediaType": "text/html",
    "href": "https://things.com/things/lamp/index.html"
  }

See also https://github.com/w3c/wot-thing-description/issues/109

mrstegeman commented 6 years ago

Fixed by #74