ceol 0.3.0 → 0.4.0
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/CHANGELOG.md +5 -0
- data/Gemfile.lock +2 -1
- data/README.md +8 -6
- data/exe/ceol +4 -0
- data/lib/ceol/controller.rb +8 -0
- data/lib/ceol/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c9433b31d86e7e3263fd4ea040b8cf8e7c9bbf8334215bde21c016d42467fd63
|
4
|
+
data.tar.gz: e0c70753f9305e7aadbf664b4304cff3c1003cd2ed16f45bb05ffa2db1edffec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d91fe168f9d9971d19f5d184f5a7ae5f3d5cdc35e5e9da5ecd1e29dcff8cdc0262b4cf778cf4e96324301f4fe497473e5d57cd16ae83fe85c2305e2de8372f65
|
7
|
+
data.tar.gz: b2e87869754eb2a450736316850c45d947ad5ae8fc411c4f814a6d97a0c17d470a16ad4e1c32c1e11f5ad836b247ef5c582f0f09cc3bad015f770b90356c5173
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -33,12 +33,14 @@ or define a `CEOL_IPADDR` environment variable with the ip address of your CEOL
|
|
33
33
|
In the command line run the executable:
|
34
34
|
|
35
35
|
```
|
36
|
-
$ ceol +
|
37
|
-
$ ceol ++
|
38
|
-
$ ceol -
|
39
|
-
$ ceol --
|
40
|
-
$ ceol off
|
41
|
-
$ ceol on
|
36
|
+
$ ceol + # turns the volume up by 1
|
37
|
+
$ ceol ++ # turns the volume up by 2 and so on
|
38
|
+
$ ceol - # turns the volume down by 1
|
39
|
+
$ ceol -- # turns the volume down by 2 and so on
|
40
|
+
$ ceol off # powers off to standby
|
41
|
+
$ ceol on # powers on from standby
|
42
|
+
$ ceol digital # select digital in
|
43
|
+
$ ceol analog # select analog 1 in
|
42
44
|
```
|
43
45
|
|
44
46
|
## Development
|
data/exe/ceol
CHANGED
data/lib/ceol/controller.rb
CHANGED
data/lib/ceol/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ceol
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rasmus Bang Grouleff
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-10-
|
11
|
+
date: 2022-10-20 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email:
|