openhab-scripters / openhab-helper-libraries

Scripts and modules for use with openHAB
Eclipse Public License 1.0
88 stars 68 forks source link

Return missing in utils.js Line 206 #341

Closed mightymartin closed 4 years ago

mightymartin commented 4 years ago

Hi, i think ther is an return missing, isn't it?

context.transform will always be undefined.

5iver commented 4 years ago

Yes, but use actions.js instead. All of the actions related stuff will be cleaned out of utils.js. There is a lot of other cleanup to do in this file. Recently discussed in #311.