Should you need to create a custom datasource, it is a straightforward task involving javascript development. The high level steps involved are as follows:
Custom Datasources Schema
All custom datasources must contain a call to freeboard.loadDatasourcePlugin, passing in the datasource schema.
All custom widgets must contain a call to freeboard.loadWidgetPlugin, passing in the widget schema.
type_name
display_name
settings
newInstance
0 comments