Dashticz / dashticz_v2

Alternative dashboard for Domoticz
107 stars 62 forks source link

Alot of settings in CONFIG.js #420

Closed DewGew closed 5 years ago

DewGew commented 5 years ago

There are alot of settings in CONFIG.js (config variable). Not all is in the settings menu. Is it possible to add all those to settings menu?

lokonli commented 5 years ago

Yes (at least, most of them) :) Which are missing?

HansieNL commented 5 years ago

config['longfonds_zipcode'] = '5654SB'; config['longfonds_housenumber'] = '3'; config['standby_call_url'] = 'http://blahblahblah' ; config['standby_call_url_on_end'] = 'http://blahblahblah' ; config['hide_off_button'] = 1;

lokonli commented 5 years ago

Longfonds has been added in the last beta. It seems hide_off_button is not used in the code. Is it working? I will add the two standby settings.