Releases: ioBroker/ioBroker.javascript
Releases · ioBroker/ioBroker.javascript
Release v6.1.2
- (bluefox) Added ukrainian translation
Release v6.1.0
- (Apollon77) Add a configurable check for number of setStates per Minute to prevent scripts from taking down ioBroker. Default are 1000 setState per minute. Only stops if the number is reached 2 minutes in a row!
- (Apollon77) Add createAlias method to create aliases for states
- (Apollon77) Add setStateDelayed to selector
- (Apollon77) Add options to exec command
- (Apollon77) Fix issues with cancelling schedules when stopping scripts
- (bluefox) Corrected debug mode
Release v6.0.3
- (AlCalzone) Downgrade Typescript to prevent errors with global typescript scripts
Release v6.0.0
- (bluefox) Removed support of coffeescript
- (bluefox) All coffee-scripts will be compiled to javascript permanently
Release v5.8.10
- (klein0r) Added variable timeout block
- (klein0r) Added
getInterval
andgetTimeout
blocks - (klein0r) Added
sendTo
for scripts and message trigger blocks - (bluefox) Corrected the syntax highlighting
Release v5.8.9
- (klein0r) Added variable timeout block
- (klein0r) Added
getInterval
andgetTimeout
blocks - (klein0r) Added
sendTo
for scripts and message trigger blocks
Release v5.8.8
- (bluefox) Corrected error by start of GUI
Release v5.8.7
- (klein0r) Fixed function edit dialog (cursor jumps to first position)
- (klein0r) Added error message when using number or boolean as trigger id
Release v5.7.0
- (Apollon77) Allow sending of messages to scripts also from adapters and CLI by sending "toScript" message (see onMessage Documentation)
- (Apollon77) Lists returned by $-selector are now unified and do not contain double entries
- (Apollon77) Fix subscribe multiple object ID lists in blockly
Release v5.6.0
- (Apollon77) Make state properties c(omment) and user available to scripts too
- (Apollon77) make sure values of new or changed alias objects are initialized properly
- (winnyschuster) Enhance scheduler logic and astro events offered by wizard
- (Apollon77) Respect expected value changes when determining if a value is changed
- (Apollon77) Fix remembering intermediate state values when state values are subscribed
- (Apollon77) fix setState logic when states are not subscribed