Package com.codellyrandom.hassle.extending.events

Types

Link copied to clipboard
data class IosActionEventData(sourceDeviceID: String, actionID: String, actionName: String, sourceDeviceName: String, sourceDevicePermanentID: String, triggerSource: String)
Link copied to clipboard
data class IosNotificationActionEventData<AD>(sourceDeviceName: String, sourceDeviceID: String, actionName: String, sourceDevicePermanentID: String?, textInput: String?, actionData: AD?)

Functions

Link copied to clipboard
inline fun <ED> HomeAssistantApiClient.attachEventHandler(eventType: EventType, noinline eventHandler: EventHandlerFunction<ED>): Switchable
Link copied to clipboard