<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: -"
  ],
  "documentType" : "symbol",
  "framework" : "EnergyKit",
  "identifier" : "/documentation/EnergyKit/ElectricalLoadEventProtocol",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "EnergyKit"
    ],
    "preciseIdentifier" : "s:9EnergyKit27ElectricalLoadEventProtocolP"
  },
  "title" : "ElectricalLoadEventProtocol"
}
-->

# ElectricalLoadEventProtocol

A type that can represent an electrical load event.

```
protocol ElectricalLoadEventProtocol : Decodable, Encodable, Identifiable, Sendable
```

## Overview

Don’t declare new conformances to `ElectricalLoadEventProtocol`. Only [`ElectricVehicleLoadEvent`](/documentation/EnergyKit/ElectricVehicleLoadEvent) and [`ElectricHVACLoadEvent`](/documentation/EnergyKit/ElectricHVACLoadEvent) can conform to `ElectricalLoadEventProtocol`.

## Relationships

### Inherits From

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Encodable`](/documentation/Swift/Encodable)

[`Decodable`](/documentation/Swift/Decodable)

[`Identifiable`](/documentation/Swift/Identifiable)

### Conforming Types

[`ElectricHVACLoadEvent`](/documentation/EnergyKit/ElectricHVACLoadEvent)

[`ElectricVehicleLoadEvent`](/documentation/EnergyKit/ElectricVehicleLoadEvent)

[`ElectricVehicleStatusEvent`](/documentation/EnergyKit/ElectricVehicleStatusEvent)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)