consultar_habitacion
Retrieve detailed information about a specific smart home room, including all connected devices and their current status for home automation management.
Instructions
Obtiene información detallada de una habitación específica.
Args: room_name: nombre de la habitación
Returns: Información completa de la habitación incluyendo todos sus dispositivos.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| room_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"room_name": {
"title": "Room Name",
"type": "string"
}
},
"required": [
"room_name"
],
"type": "object"
}