renstar 0.4.0 → 0.4.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ec271b5f2fff4930b2689574a8dbffda3a7aa956ee2b251771cb3c37ea3eea99
4
- data.tar.gz: c44ba6940104204e8cae7ba9531134e94fa22df79d39b224ae2a92968bcaf2e7
3
+ metadata.gz: ef74d1acc32dc347fad041438f853371966a19c4bd779ffd26fcf95bab9736cf
4
+ data.tar.gz: 4762e30fee9e46d2da3f3ddd21ea4fe997eba6f1d749abb663e89332909bbd7a
5
5
  SHA512:
6
- metadata.gz: 49c89698f8df31b6f6410af9ab6d0cf2607fb3c637aaa1bd0afb044a33393285614e31b679877e7a9bc6aecc258d830f512203a018adc0ab2b2e903ebeaac0c1
7
- data.tar.gz: 92a4ca9dfc653a48bada22b2f0f8d658739b106e116f58ac96872724dc070c5cdb3341b5567c3a67c27c0dbbde42f249662fd81cfa83acd662bd39bedd4bebca
6
+ metadata.gz: b0c13d294cec82dcf96ac4508108af60286130bf603f770cff3f9994e1131c26c3623d04d3f89b6a9a3e495e9da054b862b94a540840389426f82672860fb386
7
+ data.tar.gz: 8675dde8fcafa72ccb7d6a3721fcbeb38576a863d840713b0199ca12cb2789a7138244203febab11496e4bff8914f9d4100f4ecbe7f0ea305cce7c8f3938143d
data/bin/renstar.rb CHANGED
@@ -8,7 +8,30 @@ options = {}
8
8
 
9
9
  # DEFAULT_OPTIONS = { all: false }.freeze
10
10
 
11
- USAGE = ' Usage: renstar.rb command [value]'
11
+ USAGE = ''' Usage: renstar.rb command [value]
12
+
13
+ Informational Commands:
14
+ info - Show current settings
15
+ sensors - Show current Sensor reading
16
+ runtimes - Last 7 days of usage times
17
+ alerts - Show alerts and their statuses
18
+
19
+ Control Commands:
20
+ Note: Temp values are integers. Device settings determine units.
21
+ heat $TEMP - Heat to $TEMP
22
+ cool $TEMP - Cool to $TEMP
23
+ auto $LO_TEMP $HI_TEMP - Keep temp in between two temps
24
+ off - Turn off heating and/or cooling
25
+ fan_on - Turn on the fan
26
+ fan_off - Turn on the fan
27
+ fan_toggle - Toggle the fan on/off
28
+ schedule_on - Turn on the schedule
29
+ schedule_off - Turn off the schedule
30
+ schedule_toggle - Toggle the schedule on/off
31
+ home - Set "Home"
32
+ away - Set "Away"
33
+
34
+ '''
12
35
 
13
36
  Options = Struct.new(:thermostat)
14
37
  args = Options.new
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Renstar
4
- VERSION = '0.4.0'
4
+ VERSION = '0.4.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: renstar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Rodrigues
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-08 00:00:00.000000000 Z
11
+ date: 2022-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json