From 7109dc2a721ca70580525f4ee03eae3becdff23b Mon Sep 17 00:00:00 2001 From: Evan Richardson Date: Mon, 27 Aug 2018 21:33:28 -0700 Subject: [PATCH] Create TODO.MD --- TODO.MD | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 TODO.MD diff --git a/TODO.MD b/TODO.MD new file mode 100644 index 0000000..f14b64e --- /dev/null +++ b/TODO.MD @@ -0,0 +1,8 @@ +## TODO +1. Need to add variables to pass in MQTT Broker IP and port number, as well as username/password +1. Need to try and port original code to Python 3.x +1. Look for ways to optimize the Dockerfile to reduce image size +1. Stuff + + +Any help anyone wants to provide, please submit a PR.. I'm new to Dockerfiles so I'm sure a lot can be done.