Raspberrypi.schalter: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Root (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „ <?xml version="1.0" encoding="UTF8"?> <SMARTPLUG id="edimax"> <CMD id="get"> <Device.System.Power.State></Device.System.Power.State> </CMD></SMARTPLUG> …“) |
Root (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
== status.xml == | |||
<SMARTPLUG id="edimax"> | <SMARTPLUG id="edimax"> | ||
<CMD id="get"> | |||
<Device.System.Power.State/> | |||
</CMD> | |||
</SMARTPLUG> | |||
== Status-Abfrage == | |||
curl -d @status.xml --digest --user admin:1234 http://IP.IP.IP.IP:10000/smartplug.cgi | curl -d @status.xml --digest --user admin:1234 http://IP.IP.IP.IP:10000/smartplug.cgi |
Version vom 7. Februar 2018, 11:03 Uhr
status.xml
<SMARTPLUG id="edimax"> <CMD id="get"> <Device.System.Power.State/> </CMD> </SMARTPLUG>
Status-Abfrage
curl -d @status.xml --digest --user admin:1234 http://IP.IP.IP.IP:10000/smartplug.cgi