From c94a89a1df0464384459fd46c30adcede768fcee Mon Sep 17 00:00:00 2001 From: Sergey Morozov Date: Fri, 16 Mar 2018 00:47:26 +0300 Subject: [PATCH] Edit README --- README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README b/README index 1b0a560..e239f76 100644 --- a/README +++ b/README @@ -1 +1,6 @@ +This tool currently supports only power on and power off commands. + +Usage: Move config-example.py to config.py and edit it. +To power on defined pannels, use "./bulkaction.py powerOn" command. +To power off, use "./bulkaction powerOff" command.