savant-scenes 1.0.12 → 1.0.13
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 +4 -4
- data/bin/src/SceneManager.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: f6eb839f5f53675dc080e20919780f644ad15271
|
|
4
|
+
data.tar.gz: fab9b1a20fdc7e26bbc7a931f37edd3e8477b890
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 40990d0eb63f95b75c714d3762dce4252192bcee2dfee984fa539797d80409fbac357428324551b7823dc41a324a2ee7c257ef2de665291e8c490806faa961af
|
|
7
|
+
data.tar.gz: d9a2ad2043f9fed965aa6e272800f6a7676b0dfc94fb895497c94bfdf434ece4c7f6f3b7a107a9e17c193801e84576c8ecfe4a51edf547aa16396e4de848b406
|
data/bin/src/SceneManager.rb
CHANGED
|
@@ -156,7 +156,7 @@ class SceneManager
|
|
|
156
156
|
#Use host name to query SoftwareVersion state from host
|
|
157
157
|
ssh.open_channel do |ch, success|
|
|
158
158
|
alert "in open channel"
|
|
159
|
-
ch.exec("/usr/local/bin/sclibridge readstate 'Bechthold Host.SoftwareVersion'")
|
|
159
|
+
ch.exec!("/usr/local/bin/sclibridge readstate 'Bechthold Host.SoftwareVersion'")
|
|
160
160
|
ch.on_data do |ch, data|
|
|
161
161
|
alert data
|
|
162
162
|
@savantHostVersion = data
|