renstar 0.4.0 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ec271b5f2fff4930b2689574a8dbffda3a7aa956ee2b251771cb3c37ea3eea99
4
- data.tar.gz: c44ba6940104204e8cae7ba9531134e94fa22df79d39b224ae2a92968bcaf2e7
3
+ metadata.gz: 3e5616f678e47e9b94cf668ce0cab8113c189ed175ab6fd63861e9a9462f2c0f
4
+ data.tar.gz: 3c230f555fe5d49e65c62c0f5db24f3ac1c3dd5e5a9e7cb277c063eaa1789ee3
5
5
  SHA512:
6
- metadata.gz: 49c89698f8df31b6f6410af9ab6d0cf2607fb3c637aaa1bd0afb044a33393285614e31b679877e7a9bc6aecc258d830f512203a018adc0ab2b2e903ebeaac0c1
7
- data.tar.gz: 92a4ca9dfc653a48bada22b2f0f8d658739b106e116f58ac96872724dc070c5cdb3341b5567c3a67c27c0dbbde42f249662fd81cfa83acd662bd39bedd4bebca
6
+ metadata.gz: c5935c4649ea5130d532b795b56bafb9b70e76c492bf41418672c84bbeea4252e2e13c5af377a564e3e7662852fc4a74617708e3375f993165df712a9f5a9c40
7
+ data.tar.gz: ea4900440f14c200f5dd941b2e9a46286e0573b86b461bd17bd20b37cf920d73d9a5b025d615317e64176a1a8d601926560d00df4df5dbb492a0922316a00d89
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 - Show 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.2'
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.2
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