API Differences in EnergyKit in iOS 26.1

It can be difficult to find what changed in Apple SDKs. These pages are algorithmically generated and show what is new in EnergyKit in the iOS 26.1 SDK.

Table of Contents

Structs

ElectricityInsightRecord
GridCleanliness

Functions & Methods

EnergyVenue
public static func venue(for id: Foundation.UUID) async throws -> EnergyKit.EnergyVenue
EnergyVenue
public static func venue(matchingHomeUniqueIdentifier: Foundation.UUID) async throws -> EnergyKit.EnergyVenue
EnergyVenue
public static func venues() async throws -> [EnergyKit.EnergyVenue]

Properties & Constants

ElectricityInsightRecord
public var dataByGridCleanliness: EnergyKit.ElectricityInsightRecord<Measure>.GridCleanliness?

Enum Cases

EnergyKitError
case locationServicesDenied
EnergyKitError
case rateLimitExceeded
EnergyKitError
case unsupportedRegion