/** * @license * Copyright 2022-2026 Matter.js Authors * SPDX-License-Identifier: Apache-2.0 */ /*** THIS FILE IS GENERATED, DO NOT EDIT ***/ /** * @see {@link MatterSpecification.v151.Cluster} ยง 9.1.4 */ export declare enum PowerThresholdSource { /** * The power threshold comes from a signed contract */ Contract = 0, /** * The power threshold comes from a legal regulator */ Regulator = 1, /** * The power threshold comes from a certified limits of the meter */ Equipment = 2 } //# sourceMappingURL=PowerThresholdSource.d.ts.map