Changeset 69
- Timestamp:
- 2015-01-04 12:33:52 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/UI5Update/L_DenonReceiver1.lua ¶
r68 r69 1 local VERSION = " 0.81"1 local VERSION = "1.2" 2 2 3 3 local SWP_SID = "urn:upnp-org:serviceId:SwitchPower1" … … 665 665 end 666 666 luup.call_timer("checkConnection", 1, POLL, "", "") 667 667 668 end 668 669 ------------------------------------------------------------------------------------------ … … 672 673 673 674 local ip = luup.devices[avr_rec_dev].ip or "" 675 674 676 if (ip == "") then 675 677 log("connectionType: Running on Serial.") … … 680 682 log("connectionType: ipAddress = "..(ipAddress or "nil")..", port = "..(port or "nil")..".") 681 683 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 686 691 return true 687 end688 692 689 693 end
Note: See TracChangeset
for help on using the changeset viewer.