KnxTemperatureControl
open class KnxTemperatureControl: KnxTelegramResponseHandlerDelegate
Class allowing subscription on temperature.
-
Initializes a new object.
Declaration
Swift
public init(subscriptionAddress: KnxGroupAddress, responseHandler: KnxTemperatureResponseHandlerDelegate)Parameters
setOnOffAddressThe group address to use for turning light on and off.
-
Trigger reading of sensor value.
Declaration
Swift
open func readValue() -
Read-only property holding the last received.
Declaration
Swift
open var temperature: Double -
Handler for telegram responses.
Declaration
Swift
open func subscriptionResponse(sender: AnyObject?, telegram: KnxTelegram)Parameters
senderThe interface the telegran were received on.
telegramThe received telegram.
KnxTemperatureControl Class Reference