tryportego.com
Design, bind, and control your home through one conversation.
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 2 · Act 18 · Transact 0 · Score: Not yet scored
Tool inspector
home.update_device
Rename, reconfigure, change the type of, or move a device. When changing its room or coordinates, honor the user's requested location and otherwise inspect home.get_document to avoid overlapping another device. An incompatible physical binding is removed automatically.
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
deviceLabel |
string | yes | — |
label |
string | no | — |
type |
string | no | — |
config |
object | no | — |
roomLabel |
string | no | — |
x |
number | no | — |
y |
number | no | — |
Raw JSON schema
{
"type": "object",
"properties": {
"deviceLabel": {
"type": "string",
"minLength": 1,
"maxLength": 80
},
"label": {
"type": "string",
"minLength": 1,
"maxLength": 80
},
"type": {
"type": "string",
"enum": [
"light",
"switch",
"plug",
"sensor"
]
},
"config": {
"type": "object",
"properties": {
"mounting": {
"type": "string",
"enum": [
"ceiling",
"wall",
"table",
"floor"
]
},
"dimmable": {
"type": "boolean"
},
"colorTemperature": {
"type": "boolean"
},
"mode": {
"type": "string",
"enum": [
"toggle",
"momentary",
"dimmer"
]
},
"channels": {
"type": "number",
"minimum": 1,
"maximum": 4
},
"energyMonitoring": {
"type": "boolean"
},
"measures": {
"type": "array",
"minItems": 1,
"items": {
"type": "string",
"enum": [
"temperature",
"occupancy",
"contact"
]
}
}
},
"additionalProperties": false
},
"roomLabel": {
"type": "string",
"minLength": 1,
"maxLength": 80
},
"x": {
"type": "number",
"minimum": 0,
"maximum": 1000
},
"y": {
"type": "number",
"minimum": 0,
"maximum": 650
}
},
"required": [
"deviceLabel"
],
"anyOf": [
{
"required": [
"label"
]
},
{
"required": [
"type"
]
},
{
"required": [
"config"
]
},
{
"required": [
"roomLabel"
]
},
{
"required": [
"x"
]
},
{
"required": [
"y"
]
}
],
"additionalProperties": false
}
Similar websites
eworker.ca
E-Worker is business infrastructure powered by AI, with focused apps and connected business work.
urban-planning-copilot.heisenbug.in
Urban Planning Copilot
vide.zerdalu.com
Vide
labspace-agent-twin.onrender.com
LabSpace Atlas — design laboratories, index exact locations, and let a browser agent plan, audit, and navigate the spatial twin.