-
-
Notifications
You must be signed in to change notification settings - Fork 24
Device Saving Structure
Dominik edited this page Aug 17, 2019
·
6 revisions
You can add devices with their Internet address in the app.
If you want to edit the raw JSON string, you have to create the string as follows:
{
"devices": {
"New Device": {
"address": "http://127.0.0.1/",
"icon": "Phone",
"mode": "Normal"
}
}
}
This will generate a device with the name New Device
and the address http://127.0.0.1/
.