cdjackson / HABmin

A web admin console for openHAB home automation
http://www.cd-jackson.com/index.php/openhab/habmin
217 stars 51 forks source link

Transformation Service for Javascript #230

Closed friendofg closed 9 years ago

friendofg commented 9 years ago

Hi Chris,

I think the Javascript transformation uses the wrong syntax. Syntax produced by HABmin: Text item=heating label="State [JAVASCRIPT(heating.js):%s]" icon="heating" but it should be: Text item=heating label="State [JS(heating.js):%s]" icon="heating"

see:https://github.com/openhab/openhab/wiki/Transformations#java-script-transformation-service

cdjackson commented 9 years ago

Hopefully this is fixed now?

friendofg commented 9 years ago

Yes - thanks