Changeset 10
- Timestamp:
- 2010-04-16 16:16:40 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified L_sPhoneUI.lua ¶
r9 r10 5 5 return 6 6 end 7 7 8 8 function string:template(variables) 9 9 return (self:gsub('%%{(.-)}%%', function (key) return tostring(variables[key] or '') end)) … … 26 26 <title>Vera Mobile</title> 27 27 <meta http-equiv="pragma" content="nocache"/> 28 <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;"/> 28 <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;"/> 29 29 <script src="/cmh/js/mobile.js" language="javascript"></script> 30 30 <link rel="stylesheet" href="/cmh/iphone_file/css/iui.css" type="text/css" /> … … 44 44 ]]} 45 45 local time = os.clock() 46 46 47 47 for k,v in pairs(luup.scenes) do 48 48 if( v.room_num==0 and v.hidden==false ) then … … 142 142 lul_arguments[k]=v 143 143 end 144 144 145 145 luup.log(("lug_sPhoneRequest_action: %s=%s"):format(tostring(k),v)) 146 146 end … … 246 246 local lul_room = lul_parameters.room 247 247 local lul_job = lul_parameters.job 248 248 249 249 local lul_job_status,lul_job_text = luup.job.status(lul_job,tonumber(lul_device)) 250 250 251 251 local lul_text = "" 252 252 … … 283 283 Unknown status:]] .. tostring(lul_job_status) 284 284 end 285 285 286 286 return ([[ 287 287 %{html_header}% … … 308 308 local lul_Level = luup.variable_get("urn:upnp-org:serviceId:Dimming1","LoadLevelStatus",lul_device) 309 309 local levelnum = tonumber(lul_Level) 310 310 311 311 local tmpl_params = { 312 312 description = lul_description, … … 321 321 status_100 = (levelnum>=87.5) and '_h' or '', 322 322 } 323 323 324 324 if( lul_js=='1' ) then 325 325 return ([[ 326 326 <img src="/cmh/iphone_file/icons/dimmable.gif" alt="" width="44" height="43" align="absmiddle" class="icon"/>%{description}%<br/> 327 327 <img src="/cmh/images/spacer.gif" border="0" width="20" height="20" id="action_icon_%{device}%"> 328 <a href="javascript:void(0);" onClick="set_device_icon(%{device}%,1);send_command( \'data_request?id=lr_sPhone_action_js&room=%{room_num}%&device=%{device}%&service=urn:upnp-org:serviceId:SwitchPower1&action=SetTarget&newTargetValue=0&time=%{time}%',%{device}%)"><img src="/cmh/iphone_file/buttons/off%{status_0}%.gif" alt="" border="0"/></a>329 <a href="javascript:void(0);" onClick="set_device_icon(%{device}%,1);send_command( \'data_request?id=lr_sPhone_action_js&room=%{room_num}%&device=%{device}%&service=urn:upnp-org:serviceId:Dimming1&action=SetLoadLevelTarget&newLoadlevelTarget=25&time=%{time}%',%{device}%)"><img src="/cmh/iphone_file/buttons/25%{status_25}%.gif" alt="" border="0"/></a>330 <a href="javascript:void(0);" onClick="set_device_icon(%{device}%,1);send_command( \'data_request?id=lr_sPhone_action_js&room=%{room_num}%&device=%{device}%&service=urn:upnp-org:serviceId:Dimming1&action=SetLoadLevelTarget&newLoadlevelTarget=50&time=%{time}%',%{device}%)"><img src="/cmh/iphone_file/buttons/50%{status_50}%.gif" alt="" border="0"/></a>331 <a href="javascript:void(0);" onClick="set_device_icon(%{device}%,1);send_command( \'data_request?id=lr_sPhone_action_js&room=%{room_num}%&device=%{device}%&service=urn:upnp-org:serviceId:Dimming1&action=SetLoadLevelTarget&newLoadlevelTarget=75&time=%{time}%',%{device}%)"><img src="/cmh/iphone_file/buttons/75%{status_75}%.gif" alt="" border="0"/></a>332 <a href="javascript:void(0);" onClick="set_device_icon(%{device}%,1);send_command( \'data_request?id=lr_sPhone_action_js&room=%{room_num}%&device=%{device}%&service=urn:upnp-org:serviceId:SwitchPower1&action=SetTarget&newTargetValue=1&time=%{time}%',%{device}%)"><img src="/cmh/iphone_file/buttons/on%{status_100}%.gif" alt="" border="0"/></a> (%{level%}%)328 <a href="javascript:void(0);" onClick="set_device_icon(%{device}%,1);send_command('data_request?id=lr_sPhone_action_js&room=%{room_num}%&device=%{device}%&service=urn:upnp-org:serviceId:SwitchPower1&action=SetTarget&newTargetValue=0&time=%{time}%',%{device}%)"><img src="/cmh/iphone_file/buttons/off%{status_0}%.gif" alt="" border="0"/></a> 329 <a href="javascript:void(0);" onClick="set_device_icon(%{device}%,1);send_command('data_request?id=lr_sPhone_action_js&room=%{room_num}%&device=%{device}%&service=urn:upnp-org:serviceId:Dimming1&action=SetLoadLevelTarget&newLoadlevelTarget=25&time=%{time}%',%{device}%)"><img src="/cmh/iphone_file/buttons/25%{status_25}%.gif" alt="" border="0"/></a> 330 <a href="javascript:void(0);" onClick="set_device_icon(%{device}%,1);send_command('data_request?id=lr_sPhone_action_js&room=%{room_num}%&device=%{device}%&service=urn:upnp-org:serviceId:Dimming1&action=SetLoadLevelTarget&newLoadlevelTarget=50&time=%{time}%',%{device}%)"><img src="/cmh/iphone_file/buttons/50%{status_50}%.gif" alt="" border="0"/></a> 331 <a href="javascript:void(0);" onClick="set_device_icon(%{device}%,1);send_command('data_request?id=lr_sPhone_action_js&room=%{room_num}%&device=%{device}%&service=urn:upnp-org:serviceId:Dimming1&action=SetLoadLevelTarget&newLoadlevelTarget=75&time=%{time}%',%{device}%)"><img src="/cmh/iphone_file/buttons/75%{status_75}%.gif" alt="" border="0"/></a> 332 <a href="javascript:void(0);" onClick="set_device_icon(%{device}%,1);send_command('data_request?id=lr_sPhone_action_js&room=%{room_num}%&device=%{device}%&service=urn:upnp-org:serviceId:SwitchPower1&action=SetTarget&newTargetValue=1&time=%{time}%',%{device}%)"><img src="/cmh/iphone_file/buttons/on%{status_100}%.gif" alt="" border="0"/></a> (%{level}%) 333 333 ]]):template (tmpl_params) 334 334 else … … 336 336 <img src="/cmh/iphone_file/icons/dimmable.gif" alt="" width="44" height="43" align="absmiddle" class="icon"/>%{description}%<br/> 337 337 <img src="/cmh/images/spacer.gif" border="0" width="20" height="20" id="action_icon_%{device}%"> 338 <a href="javascript:void(0);" onClick="set_device_icon(%{device}%,1);send_command( \'data_request?id=lr_sPhone_action_js&room=%{room_num}%&device=%{device}%&service=urn:upnp-org:serviceId:SwitchPower1&action=SetTarget&newTargetValue=0&time=%{time}%',%{device}%)"><img src="/cmh/iphone_file/buttons/off%{status_0}%.gif" alt="" border="0"/></a>339 <a href="javascript:void(0);" onClick="set_device_icon(%{device}%,1);send_command( \'data_request?id=lr_sPhone_action_js&room=%{room_num}%&device=%{device}%&service=urn:upnp-org:serviceId:Dimming1&action=SetLoadLevelTarget&newLoadlevelTarget=25&time=%{time}%',%{device}%)"><img src="/cmh/iphone_file/buttons/25%{status_25}%.gif" alt="" border="0"/></a>340 <a href="javascript:void(0);" onClick="set_device_icon(%{device}%,1);send_command( \'data_request?id=lr_sPhone_action_js&room=%{room_num}%&device=%{device}%&service=urn:upnp-org:serviceId:Dimming1&action=SetLoadLevelTarget&newLoadlevelTarget=50&time=%{time}%',%{device}%)"><img src="/cmh/iphone_file/buttons/50%{status_50}%.gif" alt="" border="0"/></a>341 <a href="javascript:void(0);" onClick="set_device_icon(%{device}%,1);send_command( \'data_request?id=lr_sPhone_action_js&room=%{room_num}%&device=%{device}%&service=urn:upnp-org:serviceId:Dimming1&action=SetLoadLevelTarget&newLoadlevelTarget=75&time=%{time}%',%{device}%)"><img src="/cmh/iphone_file/buttons/75%{status_75}%.gif" alt="" border="0"/></a>342 <a href="javascript:void(0);" onClick="set_device_icon(%{device}%,1);send_command( \'data_request?id=lr_sPhone_action_js&room=%{room_num}%&device=%{device}%&service=urn:upnp-org:serviceId:SwitchPower1&action=SetTarget&newTargetValue=1&time=%{time}%',%{device}%)"><img src="/cmh/iphone_file/buttons/on%{status_100}%.gif" alt="" border="0"/></a> (%{level%}%)343 ]]):template (tmpl_params) 344 end 338 <a href="javascript:void(0);" onClick="set_device_icon(%{device}%,1);send_command('data_request?id=lr_sPhone_action_js&room=%{room_num}%&device=%{device}%&service=urn:upnp-org:serviceId:SwitchPower1&action=SetTarget&newTargetValue=0&time=%{time}%',%{device}%)"><img src="/cmh/iphone_file/buttons/off%{status_0}%.gif" alt="" border="0"/></a> 339 <a href="javascript:void(0);" onClick="set_device_icon(%{device}%,1);send_command('data_request?id=lr_sPhone_action_js&room=%{room_num}%&device=%{device}%&service=urn:upnp-org:serviceId:Dimming1&action=SetLoadLevelTarget&newLoadlevelTarget=25&time=%{time}%',%{device}%)"><img src="/cmh/iphone_file/buttons/25%{status_25}%.gif" alt="" border="0"/></a> 340 <a href="javascript:void(0);" onClick="set_device_icon(%{device}%,1);send_command('data_request?id=lr_sPhone_action_js&room=%{room_num}%&device=%{device}%&service=urn:upnp-org:serviceId:Dimming1&action=SetLoadLevelTarget&newLoadlevelTarget=50&time=%{time}%',%{device}%)"><img src="/cmh/iphone_file/buttons/50%{status_50}%.gif" alt="" border="0"/></a> 341 <a href="javascript:void(0);" onClick="set_device_icon(%{device}%,1);send_command('data_request?id=lr_sPhone_action_js&room=%{room_num}%&device=%{device}%&service=urn:upnp-org:serviceId:Dimming1&action=SetLoadLevelTarget&newLoadlevelTarget=75&time=%{time}%',%{device}%)"><img src="/cmh/iphone_file/buttons/75%{status_75}%.gif" alt="" border="0"/></a> 342 <a href="javascript:void(0);" onClick="set_device_icon(%{device}%,1);send_command('data_request?id=lr_sPhone_action_js&room=%{room_num}%&device=%{device}%&service=urn:upnp-org:serviceId:SwitchPower1&action=SetTarget&newTargetValue=1&time=%{time}%',%{device}%)"><img src="/cmh/iphone_file/buttons/on%{status_100}%.gif" alt="" border="0"/></a> (%{level}%) 343 ]]):template (tmpl_params) 344 end 345 345 end 346 346 347 347 function lug_sPhoneRequest_switch(lul_device,lul_description,lul_js) 348 348 local lul_Status = luup.variable_get("urn:upnp-org:serviceId:SwitchPower1","Status",lul_device) 349 349 350 350 local tmpl_params = { 351 351 device = lul_device, … … 356 356 status_100 = lul_Status=="1" and '_h' or '', 357 357 } 358 358 359 359 if( lul_js=='1' ) then 360 360 return ([[ … … 376 376 local lul_Armed = luup.variable_get("urn:micasaverde-com:serviceId:SecuritySensor1","Armed",lul_device) 377 377 local lul_Tripped = luup.variable_get("urn:micasaverde-com:serviceId:SecuritySensor1","Tripped",lul_device) 378 378 379 379 local tmpl_params = { 380 380 device = lul_device, … … 389 389 tmpl_params.status_arm = '_h' 390 390 tmpl_params.status_bypass = '' 391 end 392 391 end 392 393 393 if( lul_js=='1' ) then 394 394 return ([[ … … 406 406 <a href="data_request?id=lu_variableset&DeviceNum=%{device}%&serviceId=urn:micasaverde-com:serviceId:SecuritySensor1&Variable=Armed&Value=0&time=%{time}%"><img src="/cmh/iphone_file/buttons/bypass%{status_bypass}%.gif" alt="" border="0"/></a> 407 407 ]]):template (tmpl_params) 408 end 408 end 409 409 end 410 410 411 411 function lug_sPhoneRequest_temp(lul_device,lul_description,lul_js) 412 local lul_Temp = luup.variable_get("urn:upnp-org:serviceId:TemperatureSensor1","CurrentTemperature",lul_device) 412 local lul_Temp = luup.variable_get("urn:upnp-org:serviceId:TemperatureSensor1","CurrentTemperature",lul_device) 413 413 local tmpl_params = { 414 414 device = lul_device, … … 428 428 Temperature: %{temp}%°<br/> 429 429 ]]):template (tmpl_params) 430 end 430 end 431 431 end 432 432 … … 450 450 Light level: %{lul_Level}%<br/> 451 451 ]]):template(tmpl_params) 452 end 452 end 453 453 end 454 454 … … 456 456 local lul_Status = luup.variable_get("urn:upnp-org:serviceId:HVAC_UserOperatingMode1","ModeStatus",lul_device) 457 457 local lul_fan_status = luup.variable_get("urn:upnp-org:serviceId:HVAC_FanOperatingMode1","ModeStatus",lul_device) 458 458 459 459 tmpl_params = { 460 460 description = lul_description, … … 472 472 status_fan_on = lul_fan_status=='Auto' and '' or '_h', 473 473 } 474 475 474 475 476 476 if( lul_js=='1' ) then 477 477 return ([[ … … 490 490 <td><img src="/cmh/images/set_deasupra.gif" border="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:TemperatureSetpoint1_Heat&action=SetCurrentSetpoint&NewCurrentSetpoint='+document.getElementById('NewCurrentSetpoint_Heat_%{device}%').value+'&time=%{time}%',%{device}%);" border="0"></td> 491 491 </tr> 492 492 493 493 <tr> 494 494 <td>Cool: </td> … … 531 531 <input type="hidden" name="action" value="SetCurrentSetpoint"> 532 532 <input type="hidden" name="time" value="%{time}%"> 533 533 534 534 <tr> 535 535 <td>Cool: </td> … … 543 543 Set point cool: %{setPointCool}%°' 544 544 ]]).template (tmpl_params) 545 end 545 end 546 546 end 547 547 … … 549 549 local lul_Status = luup.variable_get("urn:micasaverde-com:serviceId:DoorLock1","Status",lul_device) 550 550 local lul_PinCodes = luup.variable_get("urn:micasaverde-com:serviceId:DoorLock1","PinCodes",lul_device) 551 551 552 552 local tmpl_params = { 553 553 device = lul_device, … … 559 559 existing_codes = '', 560 560 } 561 561 562 562 if( lul_PinCodes~=nil and #lul_PinCodes>0 ) then 563 563 local o = {'<table cellpadding="2" cellspacing="0">'} … … 641 641 %{existing_codes}% 642 642 ]]):template (tmpl_params) 643 end 643 end 644 644 end 645 645 … … 658 658 end 659 659 tmpl_params.js = lul_js 660 660 661 661 if( lul_js=='1' ) then 662 662 return ([[ … … 688 688 <br><a href="data_request?id=lr_sPhone_camimg&device=%{device}%&time=%{time}%&js=%{js}%">Refresh</a> 689 689 ]]):template (tmpl_params) 690 end 691 690 end 691 692 692 end 693 693 … … 698 698 lul_js = 0; 699 699 end 700 700 701 701 luup.log("lul_js = " .. lul_js) 702 702 703 703 if( lul_room==nill or tonumber(lul_room)==0 ) then -- Room 0 means the main menu 704 704 return lug_sPhoneRequest(lul_request,lul_parameters,lul_outputformat) 705 705 end 706 706 707 707 local tmpl_params = { 708 708 room = lul_room, … … 716 716 <li class="group">Scenes</li> 717 717 ]]):template (tmpl_params)} 718 718 719 719 for k,v in pairs(luup.scenes) do 720 720 if( v.room_num==tonumber(lul_room) and v.hidden==false ) then … … 723 723 tmpl_params.page = v.page 724 724 tmpl_params.description = v.description 725 725 726 726 if(lul_js==0) then 727 727 table.insert (lul_html, ([[ … … 743 743 </li> 744 744 ]]):template (tmpl_params)) 745 745 746 746 end 747 747 end … … 749 749 750 750 table.insert (lul_html,'<li class="group">Devices</li>\n') 751 751 752 752 for k,v in pairs(luup.devices) do 753 753 if( v.room_num==tonumber(lul_room) and v.hidden==false and v.invisible==false ) then … … 806 806 lul_arguments[k]=v 807 807 end 808 808 809 809 luup.log("lug_sPhoneRequest_action: " .. tostring(k) .. "=" .. v) 810 810 end … … 819 819 820 820 if( lul_resultcode~=0 ) then 821 return 'ERROR: ' .. tostring(lul_resultcode) .. ': ' .. tostring(lul_resultstring) 821 return 'ERROR: ' .. tostring(lul_resultcode) .. ': ' .. tostring(lul_resultstring) 822 822 end 823 823 luup.log("lul_resultcode: " .. lul_resultcode) … … 834 834 local lul_room = lul_parameters["room"] 835 835 local lul_job = lul_parameters["job"] 836 836 837 837 local lul_job_status,lul_job_text = luup.job.status(lul_job,tonumber(lul_device)) 838 838 839 839 local lul_text = "" 840 840 … … 850 850 lul_text = 'ERROR: Unknown status:' .. tostring(lul_job_status) 851 851 end 852 852 853 853 return lul_text 854 854 end
Note: See TracChangeset
for help on using the changeset viewer.