From 764c39f4facfe42d926cd952dcf0f7e2768097a8 Mon Sep 17 00:00:00 2001 From: mm-chen Date: Mon, 9 Apr 2018 21:29:04 +0200 Subject: Display on/off Turns the display off and on via MQTT --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') 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. -- cgit v1.2.3