Releases: crycode-de/ioBroker.canbus
Releases · crycode-de/ioBroker.canbus
Release v2.1.1
- (crycode-de) Fixed get/set functions in custom parser scripts
Release v2.1.0
- (crycode-de) Allow
setStateAsync
andsetForeignStateAsync
in custom parser scripts - (crycode-de) Allow
setTimeout
andclearTimeout
in custom parser scripts (using the adapters setTimeout implementation) - (crycode-de) Added
wait
function to custom parser scripts
Release v2.0.0
- (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
andgetForeignObjectAsync
. If you have usedgetStateAsync
/getObjectAsync
before you need to change them togetForeignStateAsync
/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
- (crycode-de) Fixed
autoSetValue
defaults for parsers - (crycode-de) Fixed sentry admin integration
- (crycode-de) Updated dependencies
Release v1.3.0
- (crycode-de) Added
sharedData
object in custom parsers - (crycode-de) Updated dependencies
- Some translation updates
Release v1.2.3
- (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 oldvm2
version - (crycode-de) Updated dependencies
Release v1.2.2
- (crycode-de) Fixed text colors in dark theme of admin 5
- (crycode-de) Updated dependencies
Release v1.2.1
- (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
- (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
- (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