From bb2bebab55ef6226a850afd39fe1eae429a082de Mon Sep 17 00:00:00 2001 From: Florian Arndt Date: Sun, 29 Dec 2013 10:12:46 +0100 Subject: [PATCH] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..564e808 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +EnerGenie-EG-PM2-LAN +==================== + +A PHP class that allows switching this IP multi-outlet power strip (the device costs around 80 € on Amazon Germany). + +A usage example is provided with test.php, it allows to + * Login to the device + * Switch ports + * Get the status of ports + +Enjoy!