commonMain.inkapplications.shade.events.Events.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of events-js Show documentation
Show all versions of events-js Show documentation
Multiplatform Kotlin SDK for Hue lighting controls (unofficial)
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