All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.inkapplications.shade.events.Events.kt Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package inkapplications.shade.events

import inkapplications.shade.structures.UndocumentedApi
import kotlinx.coroutines.flow.Flow

/**
 * Event streams available from the shade client.
 */
@UndocumentedApi
interface Events {
    /**
     * Events emitted by the hue bridge.
     */
    fun bridgeEvents(): Flow>
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy