Update visWizard.js
This commit is contained in:
@@ -18,14 +18,16 @@
|
||||
|
||||
// Add words for bars
|
||||
jQuery.extend(systemDictionary, {
|
||||
"All except Low battery": {"en" : "All except 'Battery Indicator'", "de": "Alle außer 'Battery Indicator'", "ru": "Все, кроме 'Battery Indicator'"},
|
||||
"All except Low battery": {
|
||||
"en" : "All except 'Battery Indicator'",
|
||||
"cn": "All except 'Battery Indicator'"
|
||||
},
|
||||
"Place following widget to the room and start wizard again": {
|
||||
"en" : "Place following widget to the room and start wizard again",
|
||||
"de" : "Platziere diesen Widget auf dem View im zugehörigen Raum und starte Wizard neu",
|
||||
"ru" : "Поместите элемент в комнате, где он должен быть и запустите Помошника снова"
|
||||
"en" : "Place following widget to the room and start wizard again"
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
vis = $.extend(true, vis, {
|
||||
hm2Widget: {
|
||||
'tplHqButton' : {findImage: false, hssType: ['HM-LC-Sw1-Pl', 'HM-LC-Sw1-FM', 'HM-LC-Sw1-PB-FM', 'HM-LC-Sw2-PB-FM', 'HM-LC-Sw2-FM','HM-ES-PMSw1-Pl','HM-LC-Sw1PBU-FM','HM-LC-Sw1-SM','HM-LC-Sw4-SM']},
|
||||
|
||||
Reference in New Issue
Block a user