Rev 1765 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1765 | Rev 2027 | ||
|---|---|---|---|
| Line 2... | Line 2... | ||
| 2 | //Require("plugin/module.js"); |
2 | //Require("plugin/module.js"); |
| 3 | 3 | ||
| 4 | Power_ModuleNames = [ "power" ]; |
4 | Power_ModuleNames = [ "power", "heatPower" ]; |
| 5 | Power_Intervals = function() { return [ 1, 5, 10, 15, 20 ]; }; |
5 | Power_Intervals = function() { return [ 1, 5, 10, 15, 20 ]; }; |
| 6 | Power_Energy = function() { return [ 0, 500, 1000, 5000, 10000 ]; }; |
6 | Power_Energy = function() { return [ 0, 500, 1000, 5000, 10000 ]; }; |
| 7 | Power_Aliases = function() { return Module_GetAliasNames(Power_ModuleNames); }; |
7 | Power_Aliases = function() { return Module_GetAliasNames(Power_ModuleNames); }; |
| 8 | Power_AvailableIds = function() { return Module_GetAvailableIds(Power_ModuleNames); }; |
8 | Power_AvailableIds = function() { return Module_GetAvailableIds(Power_ModuleNames); }; |
| 9 | 9 | ||