Skip to content

Latest commit

 

History

History
100 lines (74 loc) · 4.81 KB

README.md

File metadata and controls

100 lines (74 loc) · 4.81 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

Todo

  • Goto current line in debugger
  • ...

Changelog

7.9.4 (2024-03-20)

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

7.9.3 (2024-03-19)

  • (klein0r) Added timeout option for http blocks
  • (klein0r) Added option for basic auth in url (user:pass)

7.9.2 (2024-03-18)

  • (klein0r) Added new block for http response

7.9.1 (2024-03-15)

  • (klein0r) Configurable trigger warning limit (default: 100 per script)
  • (klein0r) Allow to use objects in create state blocks for common
  • (klein0r) Added warning if latitude or longitude is not configured correctly

7.9.0 (2024-03-13)

  • (klein0r) Added block to create new objects
  • (klein0r) Added HTTP get and post function
  • (klein0r) Droped support of coffeescript (deprecated since version 6.0.0)
  • (klein0r) Raise warning if more than 100 triggers have been registered (per script)
  • (klein0r) Fixed astro state calculation (and display server time in dialog)

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.