File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ if {[info exists sid] && [check_session $sid]} {
41
41
{
42
42
object oDevice = dom.GetObject(sDevId);
43
43
boolean bDevReady = oDevice.ReadyConfig();
44
- boolean isRemote = ( (" HMW-RCV-50" == oDevice.HssType()) || (" HM-RCV-50" == oDevice.HssType() ) );
44
+ boolean isRemote = ( (" HMW-RCV-50" == oDevice.HssType()) || (" HM-RCV-50" == oDevice.HssType()) || ( " HmIP-RCV-50 " == oDevice.HssType() ) );
45
45
46
46
if ( (true == bDevReady) && ( ( isRemote == false ) || ( show_remote == 1 ) ) )
47
47
{
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ if {[info exists sid] && [check_session $sid]} {
70
70
{
71
71
object oDevice = dom.GetObject(sDevId);
72
72
73
- boolean isRemote = ( (" HMW-RCV-50" == oDevice.HssType()) || (" HM-RCV-50" == oDevice.HssType() ) );
73
+ boolean isRemote = ( (" HMW-RCV-50" == oDevice.HssType()) || (" HM-RCV-50" == oDevice.HssType()) || ( " HmIP-RCV-50 " == oDevice.HssType() ) );
74
74
75
75
if ( oDevice.ReadyConfig() && ( ( isRemote == false ) || ( show_remote == 1 ) ) )
76
76
{
You can’t perform that action at this time.
0 commit comments