KraigM / HomeBridgeController

Provides a simplified UI for controlling your HomeBridge
88 stars 7 forks source link

Dynamically built UI for editing plugin settings #19

Open KraigM opened 8 years ago

KraigM commented 8 years ago

Dynamically built UI for editing plugin settings. Possibly even making it so plugin developers can define metadata for their own editors as part of their npm package.

KraigM commented 8 years ago

One option to allowing plugin developers to define there own UI might be to use JSON schema and create a form system that can generate UI based on that.