Feb 5 17:41:39 pi6 deCONZ[1500315]: 17:41:37:724 DDF failed to compile JS: /usr/share/deCONZ/devices/mhcozy/ts0004.json
Feb 5 17:41:39 pi6 deCONZ[1500315]: SyntaxError: unterminated statement (line 1)
Had to comment out the statement in each eval, and un-comment them one by one to identify the offending statement. NodeJS seems happy with it, but Duktape doesn't like it.
Bug fix: SyntaxError: unterminated statement
From log:
Had to comment out the statement in each
eval
, and un-comment them one by one to identify the offending statement. NodeJS seems happy with it, but Duktape doesn't like it.