alexa_hue 1.1.7 → 1.1.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/alexa_hue/version.rb +1 -1
- data/lib/alexa_hue.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5b81dca95a4ed67e57f04de4bee4de9ae59603d1
|
4
|
+
data.tar.gz: 76ea44efc50e65ab7f93c1daefc13ca2871851f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 959f7b76db699568bfce0035736ab97e07b9afc8219e4781a3596963ea187d0561c1c96f9c50f972ddf7a942b0287ae700dcad7f1f3d7a52813d69dfde2c22c9
|
7
|
+
data.tar.gz: a0b74296d1c190c7ea5ade6fcf5256ab849fca21ff9cae78ca7b1e49b58df7511430ffc393ca7cd51d2edc4b08a812871a4324cf27ffa2a2cd1f7faaa0cdadd0
|
data/lib/alexa_hue/version.rb
CHANGED
data/lib/alexa_hue.rb
CHANGED
@@ -22,7 +22,7 @@ module Hue
|
|
22
22
|
helpers do
|
23
23
|
def switch
|
24
24
|
begin
|
25
|
-
@switch
|
25
|
+
@switch ||= Hue::VoiceParser.new
|
26
26
|
rescue RuntimeError
|
27
27
|
halt AlexaObjects::Response.new(spoken_response: "Hello. Before using Hue lighting, you'll need to give me access to your Hue bridge. Please press the link button on your bridge and launch the skill again within ten seconds.").to_json
|
28
28
|
end
|