KnxOnOffResponseHandlerDelegate
public protocol KnxOnOffResponseHandlerDelegate
Delegate protocol for KnxOnOffControl delegates.
-
Handler for changes in on/off state.
Declaration
Swift
func onOffResponse(sender: KnxGroupAddress, state: Bool)Parameters
onTrue if light on, false if light off.
KnxOnOffResponseHandlerDelegate Protocol Reference