export enum EnumTorchState {
    /**
     * Set the torch state to off.
     */
    OFF,
    /**
     * Set the torch state to on.
     */
    ON
}
