Rev 2128 | Rev 2130 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 2128 | Rev 2129 | ||
|---|---|---|---|
| Line 2... | Line 2... | ||
| 2 | Require("plugin/module.js"); |
2 | Require("plugin/module.js"); |
| 3 | 3 | ||
| 4 | Dimmer_ModuleNames = [ "Dimmer230", "hwPWM" ]; |
4 | Dimmer_ModuleNames = [ "Dimmer230", "hwPWM", "rfTransceive" ]; |
| 5 | Dimmer_SpeedLevels = function() { return [ 50, 135, 200, 255 ]; }; |
5 | Dimmer_SpeedLevels = function() { return [ 50, 135, 200, 255 ]; }; |
| 6 | Dimmer_StrengthLevels = function() { return [ 0, 50, 100, 150, 200, 255 ]; }; |
6 | Dimmer_StrengthLevels = function() { return [ 0, 50, 100, 150, 200, 255 ]; }; |
| 7 | Dimmer_StepsLevels = function() { return [ 0, 10, 20, 30, 40, 50, 60, 70, 80, 90 ]; }; |
7 | Dimmer_StepsLevels = function() { return [ 0, 10, 20, 30, 40, 50, 60, 70, 80, 90 ]; }; |
| 8 | Dimmer_Directions = function() { return [ "Increase", "Decrease" ]; }; |
8 | Dimmer_Directions = function() { return [ "Increase", "Decrease" ]; }; |
| 9 | Dimmer_Channels = function() { return [ 0 ]; }; |
9 | Dimmer_Channels = function() { return [ 0 ]; }; |