Changeset 23


Ignore:
Timestamp:
2010-07-05 08:01:46 (15 years ago)
Author:
javier_guerra
Message:

aded humidity sensor and window coverings (limited)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified L_sPhoneUI.lua

    r22 r23  
    4848                end 
    4949                 
    50                 if( v.category_num==2 ) then -- DEVICE_CATEGORY_DIMMABLE_LIGHT 
     50                if( v.category_num==2 or v.category_num==8 ) then -- DEVICE_CATEGORY_DIMMABLE_LIGHT 
    5151                    table.insert (out, '<li class="bg">' .. lug_sPhoneRequest_light(k,v.description,lul_js) .. "</li>\n") 
    5252                elseif( v.category_num==5 ) then -- DEVICE_CATEGORY_HVAC 
     
    5858                elseif( v.category_num==17 ) then -- DEVICE_CATEGORY_TEMPERATURE 
    5959                    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") 
    6062                elseif( v.category_num==18 ) then -- DEVICE_CATEGORY_LIGHT 
    6163                    table.insert (out, '<li class="bg">' .. lug_sPhoneRequest_bright(k,v.description,lul_js) .. "</li>\n") 
     
    387389                <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> 
    388390            ]]):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) 
    399391        end 
    400392    end 
     
    492484        end 
    493485    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 
    494508 
    495509    function lug_sPhoneRequest_bright(lul_device,lul_description,lul_js) 
     
    505519                <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> 
    506520                <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/> 
    508522            ]]):template(tmpl_params) 
    509523        else 
    510524            return ([[ 
    511525                <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/> 
    513527            ]]):template(tmpl_params) 
    514528        end 
Note: See TracChangeset for help on using the changeset viewer.