//#region generated/OutDeviceType.d.ts /** @category Enums */ declare enum OutDeviceTypeEnum { LightSensor = 0, TemAndHumSesor = 1, Emitter_3D = 2, TemperatureSensor = 3, HumiditySensor = 4, None = 255 } /** * Codec for {@link OutDeviceTypeEnum} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.ProtocolEnum.decompiled.cs:2073 */ declare const OutDeviceType: import("io-ts").Type; //#endregion export { OutDeviceType, OutDeviceTypeEnum }; //# sourceMappingURL=OutDeviceType.d.mts.map