Changeset 69


Ignore:
Timestamp:
2015-01-04 12:33:52 (10 years ago)
Author:
zoot1612
Message:

Minor changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/UI5Update/L_DenonReceiver1.lua

    r68 r69  
    1 local VERSION = "0.81" 
     1local VERSION = "1.2" 
    22 
    33local SWP_SID = "urn:upnp-org:serviceId:SwitchPower1" 
     
    665665    end 
    666666    luup.call_timer("checkConnection", 1, POLL, "", "") 
     667     
    667668end 
    668669------------------------------------------------------------------------------------------ 
     
    672673 
    673674  local ip = luup.devices[avr_rec_dev].ip or "" 
     675   
    674676  if (ip == "") then 
    675677    log("connectionType: Running on Serial.") 
     
    680682      log("connectionType: ipAddress = "..(ipAddress or "nil")..", port = "..(port or "nil")..".") 
    681683      luup.io.open(avr_rec_dev, ipAddress, port) 
    682       if( luup.io.is_connected(avr_rec_dev)==false ) then 
    683   return false 
    684       end 
    685     end 
     684    end 
     685  end 
     686       
     687  if( luup.io.is_connected(avr_rec_dev)==false ) then 
     688    return false 
     689  end 
     690   
    686691  return true 
    687   end 
    688692 
    689693end 
Note: See TracChangeset for help on using the changeset viewer.