Skip to content

Blynclight enums

busylight_core.vendors.embrava.implementation.blynclight_enums

Embrava Blynclight enumerations.

This module defines the enumerations used by Embrava Blynclight devices for flash speed control and other device behaviors.

Classes

busylight_core.vendors.embrava.implementation.blynclight_enums.BlynclightFlashSpeed

Bases: IntEnum

Flash speed enumeration for Embrava Blynclight devices.

Defines the available flash speeds for the LED indicator. These values control how quickly the device cycles when in flash mode.

Attributes
busylight_core.vendors.embrava.implementation.blynclight_enums.BlynclightFlashSpeed.slow class-attribute instance-attribute
slow = 1
busylight_core.vendors.embrava.implementation.blynclight_enums.BlynclightFlashSpeed.medium class-attribute instance-attribute
medium = 2
busylight_core.vendors.embrava.implementation.blynclight_enums.BlynclightFlashSpeed.fast class-attribute instance-attribute
fast = 4