/** * @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.3 */ export enum TariffUnit { /** * Kilowatt Hours */ KWh = 0, /** * Kilovolt-amp Hours */ KVAh = 1 }