Skip to content

Latest commit

 

History

History
98 lines (73 loc) · 4.78 KB

README.md

File metadata and controls

98 lines (73 loc) · 4.78 KB

Logo

Javascript Script Engine

Number of Installations Number of Installations NPM version

Test and Release Translation status Downloads This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers. For more details and for information how to disable the error reporting see Sentry-Plugin Documentation! Sentry reporting is used starting with js-controller 3.0.

Executes Javascript, Typescript Scripts.

Documentation

Forbidden directories for Script Filesystem Mirroring

The Script Filesystem Mirroring will store all Source Files of the Scripts in your Filesystem to allow you to edit the Files in your favourite Script editor beside the Web-Editor. All changes are synced in both directions.

When enabling the Script Filesystem mirroring, please make sure to create a dedicated new directory and do not use an existing directory with other content. Please also make sure that no other script or process changes files in the provided directory to prevent access issues. Any location needs to be writable by the "iobroker" user!

Since v5.5.0 of the JavaScript adapter the following locations (relative to the ioBroker Base directory, usually /opt/iobroker) are not allowed to be used:

  • The ioBroker base directory itself and any path above!
  • ./iobroker-data itself, custom subdirectory (choose a name that do not overlap with any adapter!)
  • ./iobroker-data/backup-objects or the anything below
  • ./iobroker-data/files or the anything below
  • ./iobroker-data/backitup or the anything below
  • ./backups or the anything below
  • ./node_modules or the anything below
  • ./log or the anything below

Changelog

7.11.0 (2024-03-26)

  • (klein0r) Added blockly block for read and write file
  • (klein0r) Allow to select other object types than state in some blocks
  • (klein0r) Improved translations
  • (klein0r) Removed 'type' from dropdown (is always 'state')
  • (klein0r) Use highlight in search (instead of select)
  • (klein0r) Added option for httpGet to receive arraybuffer (download files)

7.10.2 (2024-03-25)

  • (klein0r) Fixed httpGet/httpPost issue when using without options
  • (klein0r) Updated integration testing
  • (klein0r) Protect jsonl file access

7.10.1 (2024-03-22)

  • (klein0r) Fixed cron trigger

7.10.0 (2024-03-21)

  • (klein0r) Added warning icon if state value is connected to trigger block (instead of object id)
  • (klein0r) Copy date object in getAstroDate
  • (klein0r) Added object id as tooltip

7.9.4 (2024-03-20)

  • (klein0r) Fixed urlencoding for basic auth in url (user:pass)
  • (klein0r) Added warning icon if trigger is positioned inside of another trigger or loop

License

The MIT License (MIT)

Copyright (c) 2014-2024 bluefox dogafox@gmail.com,

Copyright (c) 2014 hobbyquaker

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.