Freeboard / freeboard

A damn-sexy, open source real-time dashboard builder for IOT and other web mashups. A free open-source alternative to Geckoboard.
http://freeboard.io
MIT License
6.45k stars 1.2k forks source link

Access to the stored datasources? #284

Open SteMMo33 opened 2 years ago

SteMMo33 commented 2 years ago

Hi there, is there a way to get the list of the datasources added to the freeboard? I need to trigger the refresh of some widgets pointed to the same datasource from a global function - so external from a datasource.

My try was by the freeboard.sarialize() method: this one returned the list of datasources but each of them are not 'datasouce' and then I cannot call the updateNow() method.

Or .. is there a way to trigger the refresh of widget of 'outside' a datasource?

thanks, regards