Eaton · Capability

Demand Response

Demand Response is a Naftiko capability published by Eaton, one of 4 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

demand-response.yaml Raw ↑
name: Brightlayer Demand Response Capability
description: |
  Capability surface for the Brightlayer Demand Response Service API used by utilities to operate Eaton Cellular and Wi-Fi load-control switches in DRMS programs.
version: 0.1.0
provider: eaton
tags:
  - Demand Response
  - Utility
  - DRMS
  - Load Control

capabilities:
  - id: list-programs
    name: List DR Programs
    summary: Enumerate demand-response programs operated by the utility tenant.
  - id: list-assets
    name: List Load-Control Assets
    summary: List provisioned load-control switches (AC, water heater, irrigation, motor) per program.
  - id: schedule-event
    name: Schedule A DR Event
    summary: Create a DR curtailment event for a program, region, or asset set.
  - id: dispatch-event
    name: Dispatch A DR Event
    summary: Trigger an active DR event (cycle, throttle, or curtail) against enrolled load-control switches.
  - id: cancel-event
    name: Cancel A DR Event
    summary: Cancel an in-flight DR event.
  - id: get-event-mv
    name: Get Event Measurement And Validation
    summary: Retrieve post-event M&V analytics (load drop kW/kWh, customer count, baseline).