Changes in / [1:3]


Ignore:
Location:
/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • /trunk/D_CombinationSwitch1.json

    r1 r3  
    88        "doc_page": "devices"  
    99    }, 
     10    "state_icons": [ 
     11        "Binary_Light_0.png", 
     12        "Binary_Light_100.png" 
     13    ], 
    1014    "DisplayStatus": { 
    1115        "Service": "urn:futzle-com:serviceId:CombinationSwitch1", 
  • /trunk/L_CombinationSwitch1.lua

    r1 r3  
    7575                                })) then 
    7676                                handlers[pluginName] = plugin 
     77                                debug("Loaded plugin: L_CombinationSwitch1Plugin_" .. pluginName .. ".lua implements " .. handlers[pluginName].name()) 
    7778                            end 
    78                             debug("Loaded plugin: L_CombinationSwitch1Plugin_" .. pluginName .. ".lua implements " .. handlers[pluginName].name()) 
    7979                        else 
    8080                            debug("Ignoring error while loading plugin " .. pluginName .. ": " .. error) 
Note: See TracChangeset for help on using the changeset viewer.