Changeset 10


Ignore:
Timestamp:
2010-04-16 16:16:40 (15 years ago)
Author:
javier_guerra
Message:

some more typos, on dimmer devices

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified L_sPhoneUI.lua

    r9 r10  
    55        return 
    66    end 
    7      
     7 
    88    function string:template(variables) 
    99        return (self:gsub('%%{(.-)}%%', function (key) return tostring(variables[key] or '') end)) 
     
    2626        <title>Vera Mobile</title> 
    2727        <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;"/> 
    2929        <script src="/cmh/js/mobile.js" language="javascript"></script> 
    3030        <link rel="stylesheet" href="/cmh/iphone_file/css/iui.css" type="text/css" /> 
     
    4444]]} 
    4545        local time = os.clock() 
    46          
     46 
    4747        for k,v in pairs(luup.scenes) do 
    4848            if( v.room_num==0 and v.hidden==false ) then 
     
    142142                lul_arguments[k]=v 
    143143            end 
    144              
     144 
    145145            luup.log(("lug_sPhoneRequest_action: %s=%s"):format(tostring(k),v)) 
    146146        end 
     
    246246        local lul_room = lul_parameters.room 
    247247        local lul_job = lul_parameters.job 
    248          
     248 
    249249        local lul_job_status,lul_job_text = luup.job.status(lul_job,tonumber(lul_device)) 
    250          
     250 
    251251        local lul_text = "" 
    252252 
     
    283283                Unknown status:]] .. tostring(lul_job_status) 
    284284        end 
    285              
     285 
    286286        return ([[ 
    287287            %{html_header}% 
     
    308308        local lul_Level = luup.variable_get("urn:upnp-org:serviceId:Dimming1","LoadLevelStatus",lul_device) 
    309309        local levelnum = tonumber(lul_Level) 
    310          
     310 
    311311        local tmpl_params =  { 
    312312            description = lul_description, 
     
    321321            status_100 = (levelnum>=87.5) and '_h' or '', 
    322322        } 
    323      
     323 
    324324        if( lul_js=='1' ) then 
    325325            return ([[ 
    326326                <img src="/cmh/iphone_file/icons/dimmable.gif" alt="" width="44" height="43" align="absmiddle" class="icon"/>%{description}%<br/> 
    327327                <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}%) 
    333333            ]]):template (tmpl_params) 
    334334        else 
     
    336336                <img src="/cmh/iphone_file/icons/dimmable.gif" alt="" width="44" height="43" align="absmiddle" class="icon"/>%{description}%<br/> 
    337337                <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 
    345345    end 
    346346 
    347347    function lug_sPhoneRequest_switch(lul_device,lul_description,lul_js) 
    348348        local lul_Status = luup.variable_get("urn:upnp-org:serviceId:SwitchPower1","Status",lul_device) 
    349          
     349 
    350350        local tmpl_params = { 
    351351            device = lul_device, 
     
    356356            status_100 = lul_Status=="1" and '_h' or '', 
    357357        } 
    358          
     358 
    359359        if( lul_js=='1' ) then 
    360360            return ([[ 
     
    376376        local lul_Armed = luup.variable_get("urn:micasaverde-com:serviceId:SecuritySensor1","Armed",lul_device) 
    377377        local lul_Tripped = luup.variable_get("urn:micasaverde-com:serviceId:SecuritySensor1","Tripped",lul_device) 
    378          
     378 
    379379        local tmpl_params = { 
    380380            device = lul_device, 
     
    389389            tmpl_params.status_arm = '_h' 
    390390            tmpl_params.status_bypass = '' 
    391         end  
    392          
     391        end 
     392 
    393393        if( lul_js=='1' ) then 
    394394            return ([[ 
     
    406406                <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> 
    407407            ]]):template (tmpl_params) 
    408         end          
     408        end 
    409409    end 
    410410 
    411411    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) 
    413413        local tmpl_params = { 
    414414            device = lul_device, 
     
    428428                Temperature: %{temp}%&deg;<br/> 
    429429            ]]):template (tmpl_params) 
    430         end          
     430        end 
    431431    end 
    432432 
     
    450450                Light level: %{lul_Level}%<br/> 
    451451            ]]):template(tmpl_params) 
    452         end          
     452        end 
    453453    end 
    454454 
     
    456456        local lul_Status = luup.variable_get("urn:upnp-org:serviceId:HVAC_UserOperatingMode1","ModeStatus",lul_device) 
    457457        local lul_fan_status = luup.variable_get("urn:upnp-org:serviceId:HVAC_FanOperatingMode1","ModeStatus",lul_device) 
    458          
     458 
    459459        tmpl_params = { 
    460460            description = lul_description, 
     
    472472            status_fan_on = lul_fan_status=='Auto' and '' or '_h', 
    473473        } 
    474          
    475          
     474 
     475 
    476476        if( lul_js=='1' ) then 
    477477            return ([[ 
     
    490490                        <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> 
    491491                    </tr> 
    492                  
     492 
    493493                    <tr> 
    494494                        <td>Cool: </td> 
     
    531531                <input type="hidden" name="action" value="SetCurrentSetpoint"> 
    532532                <input type="hidden" name="time" value="%{time}%"> 
    533                  
     533 
    534534                    <tr> 
    535535                        <td>Cool: </td> 
     
    543543                Set point cool: %{setPointCool}%&deg;' 
    544544            ]]).template (tmpl_params) 
    545         end          
     545        end 
    546546    end 
    547547 
     
    549549        local lul_Status = luup.variable_get("urn:micasaverde-com:serviceId:DoorLock1","Status",lul_device) 
    550550        local lul_PinCodes = luup.variable_get("urn:micasaverde-com:serviceId:DoorLock1","PinCodes",lul_device) 
    551          
     551 
    552552        local tmpl_params = { 
    553553            device = lul_device, 
     
    559559            existing_codes = '', 
    560560        } 
    561          
     561 
    562562        if( lul_PinCodes~=nil and #lul_PinCodes>0 ) then 
    563563            local o = {'<table cellpadding="2" cellspacing="0">'} 
     
    641641                %{existing_codes}% 
    642642            ]]):template (tmpl_params) 
    643         end          
     643        end 
    644644    end 
    645645 
     
    658658        end 
    659659        tmpl_params.js = lul_js 
    660          
     660 
    661661        if( lul_js=='1' ) then 
    662662            return ([[ 
     
    688688                <br><a href="data_request?id=lr_sPhone_camimg&device=%{device}%&time=%{time}%&js=%{js}%">Refresh</a> 
    689689            ]]):template (tmpl_params) 
    690         end          
    691          
     690        end 
     691 
    692692    end 
    693693 
     
    698698            lul_js = 0; 
    699699        end 
    700          
     700 
    701701        luup.log("lul_js = " .. lul_js) 
    702          
     702 
    703703        if( lul_room==nill or tonumber(lul_room)==0 ) then -- Room 0 means the main menu 
    704704            return lug_sPhoneRequest(lul_request,lul_parameters,lul_outputformat) 
    705705        end 
    706          
     706 
    707707        local tmpl_params = { 
    708708            room = lul_room, 
     
    716716                <li class="group">Scenes</li> 
    717717        ]]):template (tmpl_params)} 
    718          
     718 
    719719        for k,v in pairs(luup.scenes) do 
    720720            if( v.room_num==tonumber(lul_room) and v.hidden==false ) then 
     
    723723                tmpl_params.page = v.page 
    724724                tmpl_params.description = v.description 
    725                  
     725 
    726726                if(lul_js==0) then 
    727727                    table.insert (lul_html, ([[ 
     
    743743                        </li> 
    744744                    ]]):template (tmpl_params)) 
    745                      
     745 
    746746                end 
    747747            end 
     
    749749 
    750750        table.insert (lul_html,'<li class="group">Devices</li>\n') 
    751              
     751 
    752752        for k,v in pairs(luup.devices) do 
    753753            if( v.room_num==tonumber(lul_room) and v.hidden==false and v.invisible==false ) then 
     
    806806                lul_arguments[k]=v 
    807807            end 
    808              
     808 
    809809            luup.log("lug_sPhoneRequest_action: " .. tostring(k) .. "=" .. v) 
    810810        end 
     
    819819 
    820820        if( lul_resultcode~=0 ) then 
    821             return 'ERROR: ' .. tostring(lul_resultcode) .. ': ' .. tostring(lul_resultstring)  
     821            return 'ERROR: ' .. tostring(lul_resultcode) .. ': ' .. tostring(lul_resultstring) 
    822822        end 
    823823        luup.log("lul_resultcode: " .. lul_resultcode) 
     
    834834        local lul_room = lul_parameters["room"] 
    835835        local lul_job = lul_parameters["job"] 
    836          
     836 
    837837        local lul_job_status,lul_job_text = luup.job.status(lul_job,tonumber(lul_device)) 
    838          
     838 
    839839        local lul_text = "" 
    840840 
     
    850850            lul_text = 'ERROR: Unknown status:' .. tostring(lul_job_status) 
    851851        end 
    852              
     852 
    853853        return lul_text 
    854854    end 
Note: See TracChangeset for help on using the changeset viewer.