From 7ab85b4cfa00e9e4be5322ecec71f26451b1cf7b Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Tue, 12 Jun 2018 01:03:23 +0200 Subject: [PATCH] Symlinked serial sensor web interface to MCP3008 sensor template --- platypush/backend/http/templates/plugins/serial.html | 1 + 1 file changed, 1 insertion(+) create mode 120000 platypush/backend/http/templates/plugins/serial.html diff --git a/platypush/backend/http/templates/plugins/serial.html b/platypush/backend/http/templates/plugins/serial.html new file mode 120000 index 000000000..20963d362 --- /dev/null +++ b/platypush/backend/http/templates/plugins/serial.html @@ -0,0 +1 @@ +gpio.sensor.mcp3008.html \ No newline at end of file