SamsungInternet / webthings-webapp

WebThings Alternate browser -- https://www.slideshare.net/SamsungOSG/the-complex-iot-equation-and-floss-solutions-101449596/10
https://github.com/SamsungInternet/webthings-webapp
Mozilla Public License 2.0
2 stars 2 forks source link

Feature: A-Frame component per type to change aspect and behavior #4

Open Utopiah opened 5 years ago

Utopiah commented 5 years ago

For example a registering a component for a binary type associated with a cursor and interactive toggle switch or a unary component display as text the value of the thing.

This would allow the root request equivalent (cf https://github.com/SamsungInternet/webthings-webapp/blob/aframe/master/js/aframe/index.js#L25 ) to be completed and efficiently match the gateway current web page cf e.g. image

Utopiah commented 5 years ago

Currently we only display the things without more details not interaction based on types cf image

rzr commented 5 years ago

I expect a different widget from single property thing ie: LED (boolean) , than a multiple property thing light (boolean + number (brightness) + text (color)) as in 2d, so we would need a way to open the thing or display props on z axis... well let's experiment first and then we'll try to improve to a better design, I would suggest to align to what @moziot did in 2d