@sebbo2002/vestaboard2mqtt 5.0.2-develop.11 → 5.0.2-develop.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.
- package/README.md +1 -4
- package/dist/bin/start.cjs +9 -9
- package/dist/bin/start.cjs.map +1 -1
- package/dist/bin/start.js +1 -1
- package/dist/bin/start.js.map +1 -1
- package/dist/{chunk-B7GBNBHM.js → chunk-JCVHJVDZ.js} +10 -10
- package/dist/{chunk-B7GBNBHM.js.map → chunk-JCVHJVDZ.js.map} +1 -1
- package/dist/lib/index.cjs +9 -9
- package/dist/lib/index.cjs.map +1 -1
- package/dist/lib/index.d.cts +6 -6
- package/dist/lib/index.d.ts +6 -6
- package/dist/lib/index.js +1 -1
- package/package.json +76 -72
package/README.md
CHANGED
|
@@ -5,15 +5,13 @@
|
|
|
5
5
|
Small script to connect a Vestaboard with my home automation via MQTT.
|
|
6
6
|
Can display messages, the current day or a calendar.
|
|
7
7
|
|
|
8
|
-
|
|
9
8
|
## 📦 Installation
|
|
10
9
|
|
|
11
|
-
|
|
10
|
+
npm install -g @sebbo2002/vestaboard2mqtt
|
|
12
11
|
|
|
13
12
|
Configuration is expected in the file "~/.vestaboard2mqtt". An example file is in the root folder.
|
|
14
13
|
Please stop the script before editing.
|
|
15
14
|
|
|
16
|
-
|
|
17
15
|
## 📑 Pages
|
|
18
16
|
|
|
19
17
|
### Simple Message
|
|
@@ -37,7 +35,6 @@ calendars to be viewed, comma-separated.
|
|
|
37
35
|
|
|
38
36
|
If there are no entries for the current day, the display of Today (see above) is output.
|
|
39
37
|
|
|
40
|
-
|
|
41
38
|
## 🙆🏼♂️ Copyright and license
|
|
42
39
|
|
|
43
40
|
Copyright (c) Sebastian Pekarek under the [MIT license](LICENSE).
|