summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authormm-chen <github@malte-modler.de>2018-04-09 21:29:04 +0200
committerSebastian Reichel <sre@ring0.de>2018-06-28 01:52:53 +0200
commit764c39f4facfe42d926cd952dcf0f7e2768097a8 (patch)
tree0c08a3808c056169117f1937e79fb403515ae0b3 /README.md
parentab2ea719ee4a86e082f8d205c1d33a048e1cfe57 (diff)
downloadserial-barcode-scanner-764c39f4facfe42d926cd952dcf0f7e2768097a8.tar.bz2
Display on/off
Turns the display off and on via MQTT
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 830ae5b..9a0dbf6 100644
--- a/README.md
+++ b/README.md
@@ -84,6 +84,10 @@ but you need to modify a few things.
`sqlite3 shop.db "INSERT INTO categories (name) VALUES ('Getränke')";`
`sqlite3 shop.db "INSERT INTO supplier (name,city,postal_code,street,phone,website) VALUES ('Demo Lieferant','Musterstadt','12345','Musterstraße 5','+49 1234 56789','https://www.ktt.de');"`
+=== Display on / off via MQTT ===
+
+You can control display power via MQTT by configuring the MQTT settings (i.e. BROKER, TOPIC) in the config file.
+
== Customize Your Shop ==
Edit the Logo in the logo.txt File.