dresden-elektronik / deconz-rest-plugin

deCONZ REST-API plugin to control ZigBee devices
BSD 3-Clause "New" or "Revised" License
1.9k stars 503 forks source link

Fix MHCOZY 4-Channel SyntaxError: unterminated statement (_TZ3000_u3oupgdy) #7577

Closed ebaauw closed 9 months ago

ebaauw commented 9 months ago

Bug fix: SyntaxError: unterminated statement

From log:

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.