eq3_max:Interface
bind devices
To allow writing to any device it's important to bind it first to our interface.
For binding have to start the binding process on the device itself which can be done like this:
for WallThermostat, press and hold the button „BOOST / OK“ after some time a timer will occur and counts down from 30 to 0, you can release the timer now
for ThermostatPlus, press and hold „BOOST“ key
So typically you'd so something like this:
invoke enableAssociation(1000)
enable binding for your device
methods
enableAssociation(<int> time)