From 1bc701f990593c1b7bb6cba8cdefa5c14b804e15 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 26 May 2021 00:28:40 +0200 Subject: [PATCH] Remove manual interaction section (#17972) --- source/_integrations/mystrom.markdown | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/source/_integrations/mystrom.markdown b/source/_integrations/mystrom.markdown index 133c80e60c2..847fcca8044 100644 --- a/source/_integrations/mystrom.markdown +++ b/source/_integrations/mystrom.markdown @@ -188,21 +188,6 @@ name: default: myStrom Switch {% 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