Skip to content
  • 5 Votes
    120 Posts
    22k Views
    toggledbitsT
    Reactor build 25097 Expression syntax enhancement: it is now possible to use a variable's value as a key when creating an object on the fly. For example, if the variable cmd contains the word "econo" (presumably derived from configuration or some other dynamic source), it is now possible to create an object { econo: true } by enclosing the key source in square brackets: obj = { [cmd]: true }. For reference, this syntax mimicks JavaScript. Fixed a UI crash when bringing up Reactor initially after using the About page bypass. OWMWeatherController: implement sys_system.restart, which will cause all locations to be refreshed immediately. OWMWeatherController: new config option (boolean) ignore_certs can be set to ignore certificate errors. These seem to pop up occasionally, perhaps because of a misconfiguration in the load balancing at OWM.

Recent Topics