File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2567,7 +2567,6 @@ define(['app'], function (app) {
2567
2567
if ( HwTypeStr . indexOf ( "S0 Meter" ) >= 0 ) {
2568
2568
dispAddress = "" ;
2569
2569
}
2570
-
2571
2570
var addId = oTable . fnAddData ( {
2572
2571
"DT_RowId" : item . idx ,
2573
2572
"Username" : item . Username ,
@@ -2636,11 +2635,11 @@ define(['app'], function (app) {
2636
2635
$ ( "#hardwarecontent #divremote #tcpaddress" ) . val ( data [ "Address" ] ) ;
2637
2636
}
2638
2637
}
2639
- else if ( ( ( data [ "Type" ] . indexOf ( "LAN" ) >= 0 ) && ( data [ "Type" ] . indexOf ( "YouLess" ) == - 1 ) ) || ( data [ "Type" ] . indexOf ( "Domoticz" ) >= 0 ) || ( data [ "Type" ] . indexOf ( "Harmony" ) >= 0 ) ) {
2638
+ else if ( ( ( data [ "Type" ] . indexOf ( "LAN" ) >= 0 ) && ( data [ "Type" ] . indexOf ( "YouLess" ) == - 1 ) && ( data [ "Type" ] . indexOf ( "Satel" ) == - 1 ) ) || ( data [ "Type" ] . indexOf ( "Domoticz" ) >= 0 ) || ( data [ "Type" ] . indexOf ( "Harmony" ) >= 0 ) ) {
2640
2639
$ ( "#hardwarecontent #hardwareparamsremote #tcpaddress" ) . val ( data [ "Address" ] ) ;
2641
2640
$ ( "#hardwarecontent #hardwareparamsremote #tcpport" ) . val ( data [ "Port" ] ) ;
2642
2641
}
2643
- else if ( ( ( data [ "Type" ] . indexOf ( "LAN" ) >= 0 ) && ( data [ "Type" ] . indexOf ( "YouLess" ) >= 0 ) ) || ( data [ "Type" ] . indexOf ( "Domoticz" ) >= 0 ) || ( data [ "Type" ] . indexOf ( "Harmony" ) >= 0 ) ) {
2642
+ else if ( ( ( data [ "Type" ] . indexOf ( "LAN" ) >= 0 ) && ( data [ "Type" ] . indexOf ( "YouLess" ) >= 0 ) ) || ( data [ "Type" ] . indexOf ( "Domoticz" ) >= 0 ) || ( data [ "Type" ] . indexOf ( "Harmony" ) >= 0 ) || ( data [ "Type" ] . indexOf ( "Satel" ) >= 0 ) ) {
2644
2643
$ ( "#hardwarecontent #hardwareparamsremote #tcpaddress" ) . val ( data [ "Address" ] ) ;
2645
2644
$ ( "#hardwarecontent #hardwareparamsremote #tcpport" ) . val ( data [ "Port" ] ) ;
2646
2645
$ ( "#hardwarecontent #hardwareparamslogin #password" ) . val ( data [ "Password" ] ) ;
Original file line number Diff line number Diff line change 1
1
CACHE MANIFEST
2
- # ref 1027
2
+ # ref 1028
3
3
4
4
CACHE:
5
5
# CSS
You can’t perform that action at this time.
0 commit comments