Changeset 23
- Timestamp:
- 2010-07-05 08:01:46 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified L_sPhoneUI.lua ¶
r22 r23 48 48 end 49 49 50 if( v.category_num==2 ) then -- DEVICE_CATEGORY_DIMMABLE_LIGHT50 if( v.category_num==2 or v.category_num==8 ) then -- DEVICE_CATEGORY_DIMMABLE_LIGHT 51 51 table.insert (out, '<li class="bg">' .. lug_sPhoneRequest_light(k,v.description,lul_js) .. "</li>\n") 52 52 elseif( v.category_num==5 ) then -- DEVICE_CATEGORY_HVAC … … 58 58 elseif( v.category_num==17 ) then -- DEVICE_CATEGORY_TEMPERATURE 59 59 table.insert (out, '<li class="bg">' .. lug_sPhoneRequest_temp(k,v.description,lul_js) .. "</li>\n") 60 elseif( v.category_num==16 ) then -- DEVICE_CATEGORY_HUMIDITY 61 table.insert (out, '<li class="bg">' .. lug_sPhoneRequest_humid(k,v.description,lul_js) .. "</li>\n") 60 62 elseif( v.category_num==18 ) then -- DEVICE_CATEGORY_LIGHT 61 63 table.insert (out, '<li class="bg">' .. lug_sPhoneRequest_bright(k,v.description,lul_js) .. "</li>\n") … … 387 389 <a href="data_request?id=lr_sPhone_action&room=%{room}%&device=%{device}%&service=urn:upnp-org:serviceId:SwitchPower1&action=SetTarget&newTargetValue=1&time=%{time}%"><img src="/cmh/iphone_file/buttons/on%{status_100}%.gif" alt="" border="0"/></a> 388 390 ]]):template (tmpl_params) 389 390 -- return ([[391 -- <img src="/port_3480/L_sPhoneUI_layout/icons/dimmable.gif" alt="" width="44" height="43" align="absmiddle" class="icon"/>%{description}%<br/>392 -- <img src="/port_3480/L_sPhoneUI_layout/images/spacer.gif" border="0" width="20" height="20" id="action_icon_%{device}%">393 -- <a href="javascript:void(0);" onClick="set_device_icon(%{device}%,1);send_command('data_request?id=lr_sPhone_action_js&room=%{room}%&device=%{device}%&service=urn:upnp-org:serviceId:SwitchPower1&action=SetTarget&newTargetValue=0&time=%{time}%',%{device}%)"><img src="/port_3480/L_sPhoneUI_layout/buttons/off%{status_0}%.gif" alt="" border="0"/></a>394 -- <a href="javascript:void(0);" onClick="set_device_icon(%{device}%,1);send_command('data_request?id=lr_sPhone_action_js&room=%{room}%&device=%{device}%&service=urn:upnp-org:serviceId:Dimming1&action=SetLoadLevelTarget&newLoadlevelTarget=25&time=%{time}%',%{device}%)"><img src="/port_3480/L_sPhoneUI_layout/buttons/25%{status_25}%.gif" alt="" border="0"/></a>395 -- <a href="javascript:void(0);" onClick="set_device_icon(%{device}%,1);send_command('data_request?id=lr_sPhone_action_js&room=%{room}%&device=%{device}%&service=urn:upnp-org:serviceId:Dimming1&action=SetLoadLevelTarget&newLoadlevelTarget=50&time=%{time}%',%{device}%)"><img src="/port_3480/L_sPhoneUI_layout/buttons/50%{status_50}%.gif" alt="" border="0"/></a>396 -- <a href="javascript:void(0);" onClick="set_device_icon(%{device}%,1);send_command('data_request?id=lr_sPhone_action_js&room=%{room}%&device=%{device}%&service=urn:upnp-org:serviceId:Dimming1&action=SetLoadLevelTarget&newLoadlevelTarget=75&time=%{time}%',%{device}%)"><img src="/port_3480/L_sPhoneUI_layout/buttons/75%{status_75}%.gif" alt="" border="0"/></a>397 -- <a href="javascript:void(0);" onClick="set_device_icon(%{device}%,1);send_command('data_request?id=lr_sPhone_action_js&room=%{room}%&device=%{device}%&service=urn:upnp-org:serviceId:SwitchPower1&action=SetTarget&newTargetValue=1&time=%{time}%',%{device}%)"><img src="/port_3480/L_sPhoneUI_layout/buttons/on%{status_100}%.gif" alt="" border="0"/></a> (%{level}%)398 -- ]]):template (tmpl_params)399 391 end 400 392 end … … 492 484 end 493 485 end 486 487 function lug_sPhoneRequest_humid(lul_device, lul_description, lul_js) 488 local lul_humid = luup.variable_get ('urn:micasaverde-com:serviceId:HumiditySensor1', 'CurrentLevel', lul_device) 489 local tmpl_params = { 490 device = lul_device, 491 description = lul_description, 492 humid = lul_humid or 'N/A', 493 } 494 495 if (lul_js=='1') then 496 return ([[ 497 <img src="/port_3480/L_sPhoneUI_layout/icons/thermostat.gif" alt="" width="44" height="43" align="absmiddle" class="icon" id="pic_device_%{device}%" />%{description}%<br> 498 <img src="/port_3480/L_sPhoneUI_layout/images/spacer.gif" border="0" width="20" height="20" id="action_icon_%{device}%"> 499 Humidity: %{humid}%%<br/> 500 ]]):template (tmpl_params) 501 else 502 return ([[ 503 <img src="/port_3480/L_sPhoneUI_layout/icons/thermostat.gif" alt="" width="44" height="43" align="absmiddle" class="icon" />%{description}%<br> 504 Humidity: %{humid}%%<br/> 505 ]]):template (tmpl_params) 506 end 507 end 494 508 495 509 function lug_sPhoneRequest_bright(lul_device,lul_description,lul_js) … … 505 519 <img src="/port_3480/L_sPhoneUI_layout/icons/brightness.gif" alt="" width="44" height="43" align="absmiddle" class="icon" id="pic_device_%{device}%" />%{description}%<br> 506 520 <img src="/port_3480/L_sPhoneUI_layout/images/spacer.gif" border="0" width="20" height="20" id="action_icon_%{device}%"> 507 Light level: %{level}% <br/>521 Light level: %{level}%%<br/> 508 522 ]]):template(tmpl_params) 509 523 else 510 524 return ([[ 511 525 <img src="/port_3480/L_sPhoneUI_layout/icons/brightness.gif" alt="" width="44" height="43" align="absmiddle" class="icon" />%{description}%<br> 512 Light level: %{level}% <br/>526 Light level: %{level}%%<br/> 513 527 ]]):template(tmpl_params) 514 528 end
Note: See TracChangeset
for help on using the changeset viewer.