--
You received this message because you are subscribed to the Google Groups "openhab" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openhab+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
Visit this group at http://groups.google.com/group/openhab.
For more options, visit https://groups.google.com/groups/opt_out.
Hi Greg,
I'll take a look - it should be easy enough, but I'll reserve judgement until I've had another look at the proxy.
Cheers
Chris
--
I implemented same by having a binding save remote images locally under the same name and then using Image item with refresh, BUT Image item is served with with inline style of "width:90%" which stretches the image making everything look ugly. Under GreenT ui the same item is served as "width:100%"
Is there an easy way to override this behavior?
Regards,
Vlad
String Map_Dan_Phone {mqtt="<[home:mqttitude/daniel/iphone5s:state:JS(mqttitude-maps.js)]"}
The transform is a javascript file in the configuration/Transform directory (mqttitude-maps.js). This file is very simple:
var location = eval('(' + input + ')');
result = "http://maps.google.com/maps?z=12&t=m&q=loc:" + location.lat + "+" + location.lon;
JS transforms use the keywords "input" and "result" fyi.