trigger_switch_d 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. data/README.rdoc +74 -57
  2. data/bin/ts_setup +68 -0
  3. data/bin/{teach → ts_teach} +1 -1
  4. data/bin/{turn_off → ts_turn_off} +1 -1
  5. data/bin/{turn_on → ts_turn_on} +1 -1
  6. data/bin/tsd +1 -1
  7. data/config/environment.rb.sample +42 -0
  8. data/config/lookup.dsl +7 -0
  9. data/lib/tellstick/code_converter.rb +56 -0
  10. data/lib/tellstick/protocol/nexa.rb +25 -10
  11. data/lib/tellstick/protocol/not_connected.rb +6 -14
  12. data/lib/tellstick/protocol/null_protocol.rb +6 -14
  13. data/lib/tellstick/protocol/proove.rb +60 -35
  14. data/lib/tellstick/protocol/protocol_loader.rb +2 -3
  15. data/lib/tellstick/protocol/rising_sun.rb +8 -4
  16. data/lib/tellstick/proxy_io.rb +32 -14
  17. data/lib/tellstick/tellstick.rb +4 -12
  18. data/lib/trigger_switch_d/action.rb +54 -19
  19. data/lib/trigger_switch_d/application.rb +77 -34
  20. data/lib/trigger_switch_d/config.rb +85 -35
  21. data/lib/trigger_switch_d/daylight.rb +135 -52
  22. data/lib/trigger_switch_d/ipc.rb +44 -12
  23. data/lib/trigger_switch_d/schedule.rb +20 -13
  24. data/lib/trigger_switch_d/switch.rb +6 -0
  25. data/lib/trigger_switch_d/trigger_switch_d_helper.rb +14 -13
  26. data/samples/devices +14 -0
  27. data/samples/devices.rising_sun +6 -0
  28. data/samples/environment.rb +44 -0
  29. data/samples/lookup.dsl +7 -0
  30. data/samples/scheduled_actions +6 -0
  31. data/samples/scheduled_actions.rising_sun +4 -0
  32. metadata +41 -116
  33. data/doc/classes/Tellstick/Tellstick.html +0 -117
  34. data/doc/classes/Tellstick/TellstickIO.html +0 -265
  35. data/doc/classes/Tellstick/TellstickIO.src/M000020.html +0 -18
  36. data/doc/classes/Tellstick/TellstickIO.src/M000021.html +0 -20
  37. data/doc/classes/Tellstick/TellstickIO.src/M000022.html +0 -26
  38. data/doc/classes/Tellstick/TellstickIO.src/M000023.html +0 -19
  39. data/doc/classes/Tellstick/TellstickIO.src/M000024.html +0 -26
  40. data/doc/classes/Tellstick/TellstickIO.src/M000025.html +0 -16
  41. data/doc/classes/Tellstick/TellstickIO.src/M000026.html +0 -16
  42. data/doc/classes/Tellstick/TellstickIO.src/M000027.html +0 -24
  43. data/doc/classes/Tellstick.html +0 -204
  44. data/doc/classes/Tellstick.src/M000019.html +0 -25
  45. data/doc/classes/TriggerSwitchD/Action.html +0 -165
  46. data/doc/classes/TriggerSwitchD/Action.src/M000015.html +0 -28
  47. data/doc/classes/TriggerSwitchD/Action.src/M000016.html +0 -18
  48. data/doc/classes/TriggerSwitchD/Application.html +0 -203
  49. data/doc/classes/TriggerSwitchD/Application.src/M000017.html +0 -21
  50. data/doc/classes/TriggerSwitchD/Application.src/M000018.html +0 -40
  51. data/doc/classes/TriggerSwitchD/ConfigFactory/Config.html +0 -127
  52. data/doc/classes/TriggerSwitchD/ConfigFactory/Config.src/M000014.html +0 -23
  53. data/doc/classes/TriggerSwitchD/ConfigFactory.html +0 -141
  54. data/doc/classes/TriggerSwitchD/ConfigFactory.src/M000013.html +0 -24
  55. data/doc/classes/TriggerSwitchD/IPC.html +0 -134
  56. data/doc/classes/TriggerSwitchD/IPC.src/M000012.html +0 -32
  57. data/doc/classes/TriggerSwitchD/Schedule/InstanceMethods.html +0 -242
  58. data/doc/classes/TriggerSwitchD/Schedule/InstanceMethods.src/M000005.html +0 -19
  59. data/doc/classes/TriggerSwitchD/Schedule/InstanceMethods.src/M000006.html +0 -18
  60. data/doc/classes/TriggerSwitchD/Schedule/InstanceMethods.src/M000007.html +0 -23
  61. data/doc/classes/TriggerSwitchD/Schedule/InstanceMethods.src/M000008.html +0 -19
  62. data/doc/classes/TriggerSwitchD/Schedule/InstanceMethods.src/M000009.html +0 -19
  63. data/doc/classes/TriggerSwitchD/Schedule/InstanceMethods.src/M000010.html +0 -18
  64. data/doc/classes/TriggerSwitchD/Schedule/InstanceMethods.src/M000011.html +0 -18
  65. data/doc/classes/TriggerSwitchD/Schedule.html +0 -147
  66. data/doc/classes/TriggerSwitchD/Schedule.src/M000004.html +0 -19
  67. data/doc/classes/TriggerSwitchD/SwitchFactory.html +0 -135
  68. data/doc/classes/TriggerSwitchD/SwitchFactory.src/M000003.html +0 -20
  69. data/doc/classes/TriggerSwitchD.html +0 -212
  70. data/doc/classes/TriggerSwitchD.src/M000001.html +0 -22
  71. data/doc/classes/TriggerSwitchD.src/M000002.html +0 -27
  72. data/doc/created.rid +0 -1
  73. data/doc/files/lib/tellstick/protocol/nexa_rb.html +0 -126
  74. data/doc/files/lib/tellstick/protocol/not_connected_rb.html +0 -126
  75. data/doc/files/lib/tellstick/protocol/null_protocol_rb.html +0 -126
  76. data/doc/files/lib/tellstick/protocol/plain_text_rb.html +0 -126
  77. data/doc/files/lib/tellstick/protocol/proove_rb.html +0 -126
  78. data/doc/files/lib/tellstick/protocol/protocol_loader_rb.html +0 -126
  79. data/doc/files/lib/tellstick/protocol/rising_sun_rb.html +0 -126
  80. data/doc/files/lib/tellstick/protocol/waveman_rb.html +0 -126
  81. data/doc/files/lib/tellstick/tellstick_io_rb.html +0 -135
  82. data/doc/files/lib/tellstick/tellstick_rb.html +0 -135
  83. data/doc/files/lib/tellstick_rb.html +0 -134
  84. data/doc/files/lib/trigger_switch_d/action_rb.html +0 -126
  85. data/doc/files/lib/trigger_switch_d/application_rb.html +0 -136
  86. data/doc/files/lib/trigger_switch_d/config_rb.html +0 -126
  87. data/doc/files/lib/trigger_switch_d/daylight_rb.html +0 -126
  88. data/doc/files/lib/trigger_switch_d/ipc_rb.html +0 -126
  89. data/doc/files/lib/trigger_switch_d/schedule_rb.html +0 -126
  90. data/doc/files/lib/trigger_switch_d/switch_rb.html +0 -126
  91. data/doc/files/lib/trigger_switch_d/trigger_switch_d_helper_rb.html +0 -126
  92. data/doc/files/lib/trigger_switch_d_rb.html +0 -140
  93. data/doc/fr_class_index.html +0 -38
  94. data/doc/fr_file_index.html +0 -46
  95. data/doc/fr_method_index.html +0 -53
  96. data/doc/index.html +0 -24
  97. data/features/execute_schedule.feature +0 -20
  98. data/features/group_aliases.feature +0 -31
  99. data/features/handle_switches.feature +0 -36
  100. data/features/listen_for_client_call.feature +0 -23
  101. data/features/persistent_schedule.feature +0 -70
  102. data/features/proove_protocol.feature +0 -20
  103. data/features/schedule.feature +0 -25
  104. data/features/simple_string_protocol.feature +0 -35
  105. data/features/step_definitions/execute_schedule_steps.rb +0 -16
  106. data/features/step_definitions/group_aliases_steps.rb +0 -24
  107. data/features/step_definitions/handle_switches_steps.rb +0 -21
  108. data/features/step_definitions/listen_for_client_call_steps.rb +0 -34
  109. data/features/step_definitions/persistent_schedule_steps.rb +0 -18
  110. data/features/step_definitions/proove_protocol_steps.rb +0 -3
  111. data/features/step_definitions/schedule_steps.rb +0 -9
  112. data/features/step_definitions/shared_steps.rb +0 -75
  113. data/features/step_definitions/simple_string_protocol_steps.rb +0 -3
  114. data/features/step_definitions/sunrise_steps.rb +0 -22
  115. data/features/step_definitions/tellstick_connected_steps.rb +0 -21
  116. data/features/sunrise.feature +0 -22
  117. data/features/sunset.feature +0 -22
  118. data/features/support/action_helpers.rb +0 -10
  119. data/features/support/env.rb +0 -7
  120. data/features/support/listen_for_client_call_helper.rb +0 -71
  121. data/features/support/proove_helpers.rb +0 -6
  122. data/features/support/sunrise_helper.rb +0 -8
  123. data/features/tellstick_connected.feature +0 -14
  124. data/spec/spec_helper.rb +0 -22
  125. data/spec/tellstick/protocol/nexa_spec.rb +0 -57
  126. data/spec/tellstick/protocol/proove_spec.rb +0 -61
  127. data/spec/tellstick/protocol/rising_sun_spec.rb +0 -56
  128. data/spec/tellstick/protocol/waveman_spec.rb +0 -57
  129. data/spec/tellstick/proxy_io_spec.rb +0 -34
  130. data/spec/tellstick/tellstick_spec.rb +0 -86
  131. data/spec/trigger_switch_d/application_spec.rb +0 -147
  132. data/spec/trigger_switch_d/config_spec.rb +0 -154
  133. data/spec/trigger_switch_d/daylight_spec.rb +0 -39
  134. data/spec/trigger_switch_d/ipc_spec.rb +0 -119
  135. data/spec/trigger_switch_d/schedule_spec.rb +0 -103
  136. data/spec/trigger_switch_d/trigger_switch_d_spec_helpers.rb +0 -24
  137. data/trigger_switch_d.gemspec +0 -43
@@ -1,126 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
-
6
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
- <head>
8
- <title>File: ipc.rb</title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
10
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
- <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
12
- <script type="text/javascript">
13
- // <![CDATA[
14
-
15
- function popupCode( url ) {
16
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
- }
18
-
19
- function toggleCode( id ) {
20
- if ( document.getElementById )
21
- elem = document.getElementById( id );
22
- else if ( document.all )
23
- elem = eval( "document.all." + id );
24
- else
25
- return false;
26
-
27
- elemStyle = elem.style;
28
-
29
- if ( elemStyle.display != "block" ) {
30
- elemStyle.display = "block"
31
- } else {
32
- elemStyle.display = "none"
33
- }
34
-
35
- return true;
36
- }
37
-
38
- // Make codeblocks hidden by default
39
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
-
41
- // ]]>
42
- </script>
43
-
44
- </head>
45
- <body>
46
-
47
-
48
-
49
- <div id="fileHeader">
50
- <h1>ipc.rb</h1>
51
- <table class="header-table">
52
- <tr class="top-aligned-row">
53
- <td><strong>Path:</strong></td>
54
- <td>lib/trigger_switch_d/ipc.rb
55
- </td>
56
- </tr>
57
- <tr class="top-aligned-row">
58
- <td><strong>Last Update:</strong></td>
59
- <td>Wed Mar 24 15:00:58 +0100 2010</td>
60
- </tr>
61
- </table>
62
- </div>
63
- <!-- banner header -->
64
-
65
- <div id="bodyContent">
66
-
67
-
68
-
69
- <div id="contextContent">
70
-
71
- <div id="description">
72
- <p>
73
- <a href="../../../classes/TriggerSwitchD.html">TriggerSwitchD</a>, executes
74
- commands to activate/deactive remote switches. (c) Copyright 2010 Pontus
75
- Strömdahl, AdhocSkill.
76
- </p>
77
- <p>
78
- This program is free software: you can redistribute it and/or modify it
79
- under the terms of the GNU General Public License as published by the Free
80
- Software Foundation, either version 3 of the License, or (at your option)
81
- any later version.
82
- </p>
83
- <p>
84
- This program is distributed in the hope that it will be useful, but WITHOUT
85
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
86
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
87
- more details.
88
- </p>
89
- <p>
90
- You should have received a copy of the GNU General Public License along
91
- with this program. If not, see &lt;<a
92
- href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/&gt;.
93
- </p>
94
-
95
- </div>
96
-
97
-
98
- </div>
99
-
100
-
101
- </div>
102
-
103
-
104
- <!-- if includes -->
105
-
106
- <div id="section">
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
-
115
- <!-- if method_list -->
116
-
117
-
118
- </div>
119
-
120
-
121
- <div id="validator-badges">
122
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
123
- </div>
124
-
125
- </body>
126
- </html>
@@ -1,126 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
-
6
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
- <head>
8
- <title>File: schedule.rb</title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
10
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
- <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
12
- <script type="text/javascript">
13
- // <![CDATA[
14
-
15
- function popupCode( url ) {
16
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
- }
18
-
19
- function toggleCode( id ) {
20
- if ( document.getElementById )
21
- elem = document.getElementById( id );
22
- else if ( document.all )
23
- elem = eval( "document.all." + id );
24
- else
25
- return false;
26
-
27
- elemStyle = elem.style;
28
-
29
- if ( elemStyle.display != "block" ) {
30
- elemStyle.display = "block"
31
- } else {
32
- elemStyle.display = "none"
33
- }
34
-
35
- return true;
36
- }
37
-
38
- // Make codeblocks hidden by default
39
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
-
41
- // ]]>
42
- </script>
43
-
44
- </head>
45
- <body>
46
-
47
-
48
-
49
- <div id="fileHeader">
50
- <h1>schedule.rb</h1>
51
- <table class="header-table">
52
- <tr class="top-aligned-row">
53
- <td><strong>Path:</strong></td>
54
- <td>lib/trigger_switch_d/schedule.rb
55
- </td>
56
- </tr>
57
- <tr class="top-aligned-row">
58
- <td><strong>Last Update:</strong></td>
59
- <td>Wed Mar 24 15:10:53 +0100 2010</td>
60
- </tr>
61
- </table>
62
- </div>
63
- <!-- banner header -->
64
-
65
- <div id="bodyContent">
66
-
67
-
68
-
69
- <div id="contextContent">
70
-
71
- <div id="description">
72
- <p>
73
- <a href="../../../classes/TriggerSwitchD.html">TriggerSwitchD</a>, executes
74
- commands to activate/deactive remote switches. (c) Copyright 2010 Pontus
75
- Strömdahl, AdhocSkill.
76
- </p>
77
- <p>
78
- This program is free software: you can redistribute it and/or modify it
79
- under the terms of the GNU General Public License as published by the Free
80
- Software Foundation, either version 3 of the License, or (at your option)
81
- any later version.
82
- </p>
83
- <p>
84
- This program is distributed in the hope that it will be useful, but WITHOUT
85
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
86
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
87
- more details.
88
- </p>
89
- <p>
90
- You should have received a copy of the GNU General Public License along
91
- with this program. If not, see &lt;<a
92
- href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/&gt;.
93
- </p>
94
-
95
- </div>
96
-
97
-
98
- </div>
99
-
100
-
101
- </div>
102
-
103
-
104
- <!-- if includes -->
105
-
106
- <div id="section">
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
-
115
- <!-- if method_list -->
116
-
117
-
118
- </div>
119
-
120
-
121
- <div id="validator-badges">
122
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
123
- </div>
124
-
125
- </body>
126
- </html>
@@ -1,126 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
-
6
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
- <head>
8
- <title>File: switch.rb</title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
10
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
- <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
12
- <script type="text/javascript">
13
- // <![CDATA[
14
-
15
- function popupCode( url ) {
16
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
- }
18
-
19
- function toggleCode( id ) {
20
- if ( document.getElementById )
21
- elem = document.getElementById( id );
22
- else if ( document.all )
23
- elem = eval( "document.all." + id );
24
- else
25
- return false;
26
-
27
- elemStyle = elem.style;
28
-
29
- if ( elemStyle.display != "block" ) {
30
- elemStyle.display = "block"
31
- } else {
32
- elemStyle.display = "none"
33
- }
34
-
35
- return true;
36
- }
37
-
38
- // Make codeblocks hidden by default
39
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
-
41
- // ]]>
42
- </script>
43
-
44
- </head>
45
- <body>
46
-
47
-
48
-
49
- <div id="fileHeader">
50
- <h1>switch.rb</h1>
51
- <table class="header-table">
52
- <tr class="top-aligned-row">
53
- <td><strong>Path:</strong></td>
54
- <td>lib/trigger_switch_d/switch.rb
55
- </td>
56
- </tr>
57
- <tr class="top-aligned-row">
58
- <td><strong>Last Update:</strong></td>
59
- <td>Wed Mar 24 15:13:37 +0100 2010</td>
60
- </tr>
61
- </table>
62
- </div>
63
- <!-- banner header -->
64
-
65
- <div id="bodyContent">
66
-
67
-
68
-
69
- <div id="contextContent">
70
-
71
- <div id="description">
72
- <p>
73
- <a href="../../../classes/TriggerSwitchD.html">TriggerSwitchD</a>, executes
74
- commands to activate/deactive remote switches. (c) Copyright 2010 Pontus
75
- Strömdahl, AdhocSkill.
76
- </p>
77
- <p>
78
- This program is free software: you can redistribute it and/or modify it
79
- under the terms of the GNU General Public License as published by the Free
80
- Software Foundation, either version 3 of the License, or (at your option)
81
- any later version.
82
- </p>
83
- <p>
84
- This program is distributed in the hope that it will be useful, but WITHOUT
85
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
86
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
87
- more details.
88
- </p>
89
- <p>
90
- You should have received a copy of the GNU General Public License along
91
- with this program. If not, see &lt;<a
92
- href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/&gt;.
93
- </p>
94
-
95
- </div>
96
-
97
-
98
- </div>
99
-
100
-
101
- </div>
102
-
103
-
104
- <!-- if includes -->
105
-
106
- <div id="section">
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
-
115
- <!-- if method_list -->
116
-
117
-
118
- </div>
119
-
120
-
121
- <div id="validator-badges">
122
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
123
- </div>
124
-
125
- </body>
126
- </html>
@@ -1,126 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
-
6
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
- <head>
8
- <title>File: trigger_switch_d_helper.rb</title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
10
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
- <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
12
- <script type="text/javascript">
13
- // <![CDATA[
14
-
15
- function popupCode( url ) {
16
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
- }
18
-
19
- function toggleCode( id ) {
20
- if ( document.getElementById )
21
- elem = document.getElementById( id );
22
- else if ( document.all )
23
- elem = eval( "document.all." + id );
24
- else
25
- return false;
26
-
27
- elemStyle = elem.style;
28
-
29
- if ( elemStyle.display != "block" ) {
30
- elemStyle.display = "block"
31
- } else {
32
- elemStyle.display = "none"
33
- }
34
-
35
- return true;
36
- }
37
-
38
- // Make codeblocks hidden by default
39
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
-
41
- // ]]>
42
- </script>
43
-
44
- </head>
45
- <body>
46
-
47
-
48
-
49
- <div id="fileHeader">
50
- <h1>trigger_switch_d_helper.rb</h1>
51
- <table class="header-table">
52
- <tr class="top-aligned-row">
53
- <td><strong>Path:</strong></td>
54
- <td>lib/trigger_switch_d/trigger_switch_d_helper.rb
55
- </td>
56
- </tr>
57
- <tr class="top-aligned-row">
58
- <td><strong>Last Update:</strong></td>
59
- <td>Wed Mar 24 15:15:17 +0100 2010</td>
60
- </tr>
61
- </table>
62
- </div>
63
- <!-- banner header -->
64
-
65
- <div id="bodyContent">
66
-
67
-
68
-
69
- <div id="contextContent">
70
-
71
- <div id="description">
72
- <p>
73
- <a href="../../../classes/TriggerSwitchD.html">TriggerSwitchD</a>, executes
74
- commands to activate/deactive remote switches. (c) Copyright 2010 Pontus
75
- Strömdahl, AdhocSkill.
76
- </p>
77
- <p>
78
- This program is free software: you can redistribute it and/or modify it
79
- under the terms of the GNU General Public License as published by the Free
80
- Software Foundation, either version 3 of the License, or (at your option)
81
- any later version.
82
- </p>
83
- <p>
84
- This program is distributed in the hope that it will be useful, but WITHOUT
85
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
86
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
87
- more details.
88
- </p>
89
- <p>
90
- You should have received a copy of the GNU General Public License along
91
- with this program. If not, see &lt;<a
92
- href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/&gt;.
93
- </p>
94
-
95
- </div>
96
-
97
-
98
- </div>
99
-
100
-
101
- </div>
102
-
103
-
104
- <!-- if includes -->
105
-
106
- <div id="section">
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
-
115
- <!-- if method_list -->
116
-
117
-
118
- </div>
119
-
120
-
121
- <div id="validator-badges">
122
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
123
- </div>
124
-
125
- </body>
126
- </html>
@@ -1,140 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
-
6
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
- <head>
8
- <title>File: trigger_switch_d.rb</title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
10
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
- <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
12
- <script type="text/javascript">
13
- // <![CDATA[
14
-
15
- function popupCode( url ) {
16
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
- }
18
-
19
- function toggleCode( id ) {
20
- if ( document.getElementById )
21
- elem = document.getElementById( id );
22
- else if ( document.all )
23
- elem = eval( "document.all." + id );
24
- else
25
- return false;
26
-
27
- elemStyle = elem.style;
28
-
29
- if ( elemStyle.display != "block" ) {
30
- elemStyle.display = "block"
31
- } else {
32
- elemStyle.display = "none"
33
- }
34
-
35
- return true;
36
- }
37
-
38
- // Make codeblocks hidden by default
39
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
-
41
- // ]]>
42
- </script>
43
-
44
- </head>
45
- <body>
46
-
47
-
48
-
49
- <div id="fileHeader">
50
- <h1>trigger_switch_d.rb</h1>
51
- <table class="header-table">
52
- <tr class="top-aligned-row">
53
- <td><strong>Path:</strong></td>
54
- <td>lib/trigger_switch_d.rb
55
- </td>
56
- </tr>
57
- <tr class="top-aligned-row">
58
- <td><strong>Last Update:</strong></td>
59
- <td>Tue Mar 23 11:29:55 +0100 2010</td>
60
- </tr>
61
- </table>
62
- </div>
63
- <!-- banner header -->
64
-
65
- <div id="bodyContent">
66
-
67
-
68
-
69
- <div id="contextContent">
70
-
71
- <div id="description">
72
- <p>
73
- <a href="../../classes/TriggerSwitchD.html">TriggerSwitchD</a>, executes
74
- commands to activate/deactive remote switches. (c) Copyright 2010 Pontus
75
- Strömdahl, AdhocSkill.
76
- </p>
77
- <p>
78
- This program is free software: you can redistribute it and/or modify it
79
- under the terms of the GNU General Public License as published by the Free
80
- Software Foundation, either version 3 of the License, or (at your option)
81
- any later version.
82
- </p>
83
- <p>
84
- This program is distributed in the hope that it will be useful, but WITHOUT
85
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
86
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
87
- more details.
88
- </p>
89
- <p>
90
- You should have received a copy of the GNU General Public License along
91
- with this program. If not, see &lt;<a
92
- href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/&gt;.
93
- </p>
94
-
95
- </div>
96
-
97
- <div id="requires-list">
98
- <h3 class="section-bar">Required files</h3>
99
-
100
- <div class="name-list">
101
- config&nbsp;&nbsp;
102
- daylight&nbsp;&nbsp;
103
- action&nbsp;&nbsp;
104
- schedule&nbsp;&nbsp;
105
- switch&nbsp;&nbsp;
106
- trigger_switch_d_helper&nbsp;&nbsp;
107
- ipc&nbsp;&nbsp;
108
- application&nbsp;&nbsp;
109
- </div>
110
- </div>
111
-
112
- </div>
113
-
114
-
115
- </div>
116
-
117
-
118
- <!-- if includes -->
119
-
120
- <div id="section">
121
-
122
-
123
-
124
-
125
-
126
-
127
-
128
-
129
- <!-- if method_list -->
130
-
131
-
132
- </div>
133
-
134
-
135
- <div id="validator-badges">
136
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
137
- </div>
138
-
139
- </body>
140
- </html>
@@ -1,38 +0,0 @@
1
-
2
- <?xml version="1.0" encoding="UTF-8"?>
3
- <!DOCTYPE html
4
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
5
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
6
-
7
- <!--
8
-
9
- Classes
10
-
11
- -->
12
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
13
- <head>
14
- <title>Classes</title>
15
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
16
- <link rel="stylesheet" href="rdoc-style.css" type="text/css" />
17
- <base target="docwin" />
18
- </head>
19
- <body>
20
- <div id="index">
21
- <h1 class="section-bar">Classes</h1>
22
- <div id="index-entries">
23
- <a href="classes/Tellstick.html">Tellstick</a><br />
24
- <a href="classes/Tellstick/Tellstick.html">Tellstick::Tellstick</a><br />
25
- <a href="classes/Tellstick/TellstickIO.html">Tellstick::TellstickIO</a><br />
26
- <a href="classes/TriggerSwitchD.html">TriggerSwitchD</a><br />
27
- <a href="classes/TriggerSwitchD/Action.html">TriggerSwitchD::Action</a><br />
28
- <a href="classes/TriggerSwitchD/Application.html">TriggerSwitchD::Application</a><br />
29
- <a href="classes/TriggerSwitchD/ConfigFactory.html">TriggerSwitchD::ConfigFactory</a><br />
30
- <a href="classes/TriggerSwitchD/ConfigFactory/Config.html">TriggerSwitchD::ConfigFactory::Config</a><br />
31
- <a href="classes/TriggerSwitchD/IPC.html">TriggerSwitchD::IPC</a><br />
32
- <a href="classes/TriggerSwitchD/Schedule.html">TriggerSwitchD::Schedule</a><br />
33
- <a href="classes/TriggerSwitchD/Schedule/InstanceMethods.html">TriggerSwitchD::Schedule::InstanceMethods</a><br />
34
- <a href="classes/TriggerSwitchD/SwitchFactory.html">TriggerSwitchD::SwitchFactory</a><br />
35
- </div>
36
- </div>
37
- </body>
38
- </html>