Skip to content

Add MCP service #660

@TWilkin

Description

@TWilkin
  • Discovery endpoints:
    • get_floorplan()
    • get_categories()
    • list_device_summary()
    • list_sensor_summary()
    • get_device_info(device_id)
    • get_sensor_info(sensor_id)
  • Action endpoints:
    • set_device_state(device_id, state_dict)
    • get_device_state(device_id)
    • get_sensor_reading(sensor_id)
  • History endpoints:
    • get_device_history(device_id, start_time?, end_time?, limit?)
    • get_sensor_history(sensor_id, start_time?, end_time?, limit?)
    • get_system_events(start_time?, end_time?, type?, entity?, action?, limit?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestnew serviceCreation of a new service

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions