Remove manual interaction section (#17972)

This commit is contained in:
Fabian Affolter 2021-05-26 00:28:40 +02:00 committed by GitHub
parent f27f5d3b01
commit 1bc701f990
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -188,21 +188,6 @@ name:
default: myStrom Switch default: myStrom Switch
{% endconfiguration %} {% endconfiguration %}
Check if you are able to access the device located at `http://IP_ADRRESS`. The details about your switch is provided as a JSON response.
```bash
$ curl -X GET -H "Content-Type: application/json" http://IP_ADDRESS/report
{
"power": 0,
"relay": false
}
```
or change its state:
```bash
curl -G -X GET http://IP_ADDRESS/relay -d 'state=1'
```
### Get the current power consumption ### Get the current power consumption