Setting config on Loxone Miniserver
Einklappen
X
-
Ein Gast antworteteDo you mean a GET request like so:
http://192.168.1.200/dev/cfg/device/NewName
Edit:
When I send a GET from my browser to:
I get the reply:
<LL control="dev/cfg/device/NewName" value="OldName" Code="200"/>
No idea what this means? Afterwards, a normal name GET shows it didn't change it...Zuletzt geändert von Gast; 28.03.2021, 17:03.Einen Kommentar schreiben:
-
I think it should just be an / and the new name after the command you wrote.Einen Kommentar schreiben:
-
Setting config on Loxone Miniserver
Hi!
I'm trying to change the name configuration of my Loxone Miniserver.
I found using https://www.loxone.com/enen/kb/web-services/ that I can use the REST API endpoint:
http://192.168.1.200/dev/cfg/device to get and set the name of the server.
Retrieving the name is easy, but there is little documentation how to set this.
I'm using Postman, fiddling around with POST requests to this URL.
I'm using the basic authentication username/password which seems to work...
However I'm not sure where to set the new name? Using a header with a 'name' field? Using the body?
Please help!
Cheers,
StevenStichworte: -
Einen Kommentar schreiben: