- Location:
- /trunk
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
/trunk/D_CombinationSwitch1.json
r1 r3 8 8 "doc_page": "devices" 9 9 }, 10 "state_icons": [ 11 "Binary_Light_0.png", 12 "Binary_Light_100.png" 13 ], 10 14 "DisplayStatus": { 11 15 "Service": "urn:futzle-com:serviceId:CombinationSwitch1", -
/trunk/L_CombinationSwitch1.lua
r1 r3 75 75 })) then 76 76 handlers[pluginName] = plugin 77 debug("Loaded plugin: L_CombinationSwitch1Plugin_" .. pluginName .. ".lua implements " .. handlers[pluginName].name()) 77 78 end 78 debug("Loaded plugin: L_CombinationSwitch1Plugin_" .. pluginName .. ".lua implements " .. handlers[pluginName].name())79 79 else 80 80 debug("Ignoring error while loading plugin " .. pluginName .. ": " .. error)
Note: See TracChangeset
for help on using the changeset viewer.