Skip to content

Releases: crycode-de/ioBroker.canbus

Release v2.1.1

04 Nov 10:25
v2.1.1
a31b722
Compare
Choose a tag to compare
  • (crycode-de) Fixed get/set functions in custom parser scripts

Release v2.1.0

03 Nov 14:58
v2.1.0
27e0b1c
Compare
Choose a tag to compare
  • (crycode-de) Allow setStateAsync and setForeignStateAsync in custom parser scripts
  • (crycode-de) Allow setTimeout and clearTimeout in custom parser scripts (using the adapters setTimeout implementation)
  • (crycode-de) Added wait function to custom parser scripts

Release v2.0.0

02 Nov 20:00
v2.0.0
5bc1f84
Compare
Choose a tag to compare
  • (crycode-de) Node.js >= 18, Admin >= 6.17, js-contoller >= 5.0.19 are required
  • (crycode-de) Changed how custom parser scripts are interpreted. Most custom parser scripts should work as before but they have a limited scope now.
  • (crycode-de) Custom parser scripts now support getStateAsync, getForeignStateAsync, getObjectAsync and getForeignObjectAsync. If you have used getStateAsync/getObjectAsync before you need to change them to getForeignStateAsync/getForeignObjectAsync or update the IDs if you get data from the same adapter instance.
  • (crycode-de) Custom write parser scripts an now return false to cancel the write
  • (crycode-de) Updated dependencies

Release v1.3.1

19 Apr 11:30
v1.3.1
9dd012e
Compare
Choose a tag to compare
  • (crycode-de) Fixed autoSetValue defaults for parsers
  • (crycode-de) Fixed sentry admin integration
  • (crycode-de) Updated dependencies

Release v1.3.0

07 Feb 15:56
v1.3.0
5852f71
Compare
Choose a tag to compare
  • (crycode-de) Added sharedData object in custom parsers
  • (crycode-de) Updated dependencies
  • Some translation updates

Release v1.2.3

17 Oct 18:14
v1.2.3
3eb773d
Compare
Choose a tag to compare
  • (crycode-de) Added missing autoSet... parser options to csv export/import
  • (crycode-de) Fixed TypeError: Method Promise.prototype.then called on incompatible receiver [object Object] triggered by a bug in an old vm2 version
  • (crycode-de) Updated dependencies

Release v1.2.2

22 Aug 17:02
v1.2.2
430138a
Compare
Choose a tag to compare
  • (crycode-de) Fixed text colors in dark theme of admin 5
  • (crycode-de) Updated dependencies

Release v1.2.1

22 Jun 13:54
v1.2.1
ce3030e
Compare
Choose a tag to compare
  • (crycode-de) Added option to automatically set a certain value in a given interval for each parser
  • (crycode-de) Added checks for duplicate parser IDs
  • (VeSler) Russian translation updates
  • (crycode-de) Use inline sourcemaps for the adapter build files to make remote debugging work
  • (crycode-de) Updated dependencies

Release v1.1.4

30 Apr 18:00
1794ba2
Compare
Choose a tag to compare
  • (crycode-de) Added license information to import of well-known configurations
  • (crycode-de) Fixed "Parser returned wrong data type undefined" log message
  • (crycode-de) Updated dependencies

Release v1.1.3

12 Apr 11:29
6fd238f
Compare
Choose a tag to compare
  • (crycode-de) Added definition of possible state values in admin
  • (crycode-de) Added selection of the state role for each parser in admin
  • (crycode-de) Fixed display bug of floating action buttons in admin
  • (crycode-de) Export uses defaults if some config parts are not defined (e.g. if the config is from an older version)
  • (crycode-de) Fixed wrong validation if a message/parser was deleted