diff --git a/README.md b/README.md index ea3464c..5f01206 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,11 @@ Install it from a shell. CD into /opt/iobroker and then npm install https://github.com/rgwch/ioBroker.mystrom/tarball/master +or, install it as a custom adapter from the admin-ui: + +![custom adapter](docs/de/img/install_mystrom.png) + + The adapter should then be in the admin pages's list. Click on the **+** sign on the right as usual to create an instance. The Config will ask you for the IP Address of the switch to manage. @@ -31,7 +36,7 @@ Each instance will create a switchState and a switchPower object. SwitchState is SwitchState is writeable. -### 0.7.9 +### 0.7.0 * (rgwch) added power sensor diff --git a/docs/de/img/install_mystrom.png b/docs/de/img/install_mystrom.png new file mode 100644 index 0000000..1438ccb Binary files /dev/null and b/docs/de/img/install_mystrom.png differ