Hi @therealdb
Quick question : for things like labels, do you know what the "lang_tag"
value does, as it seems to used in a variety of different ways in other Vera json files I’ve looked at ?
Is it something to do with /mios/www/cmh/js/config/lang.js
as there is a lot of similar/related ui7
values in there?
For example in the lightSensor json, it has the following…
{
"ControlGroup":"1",
"ControlType": "label",
"top": "0",
"left": "0",
"Label": {
"lang_tag": "ui7_lux_sign",
"text": "lux"
},
And then in the lang.js
file it has what looks like a corresponding lux entry like this…
"ui7_lux_sign":"lux",
So not to derail my RoomMe widget/plugin thread, I’ve posted a separate thread for the lang.js / javascript stuff - Vera JavaScript - Lang.js (/mios/www/cmh/js/config/lang.js)