From a0f79a3d63de3b5b0dfd6436385d00ea2503dd53 Mon Sep 17 00:00:00 2001 From: mattsaxon Date: Mon, 6 Jan 2020 16:58:57 +0000 Subject: [PATCH] Updated readme to bring up to date with current behaviour --- README.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 61b7fae..0673b75 100644 --- a/README.rst +++ b/README.rst @@ -64,8 +64,7 @@ on the local network using a WebSocket connection on port 8081. Features -------- -* Discover all devices on local network (192.168.0.0/24, 192.168.1.0/24) -* Discover IP address for device with known Device ID (from eWeLink app) +* Discover all devices on local network * Read device state * Switch device ON/OFF * Listen for state changes announced by the device (e.g. by physical switch) @@ -100,8 +99,8 @@ Command-Line Usage --api_key KEY Needed for devices not in DIY mode. See https://github.com/mattsaxon/pysonofflan/wiki/Finding-the-API__Key Commands: - discover Discover devices in the network (takes ~1... - listen Connect to device, print state, then print... + discover Discover devices in the network + listen Connect to device, print state and repeat off Turn the device off. on Turn the device on. state Connect to device and print current state.