Wouter Born cc042dabff
Remove deprecated handleUpdate from ThingHandler ()
The handleUpdate method was deprecated when profiles were introduced (see ).
Instead the "follow profile" can be used which forwards item updates as commands to handlers.
This profile works with any binding instead of only those that implement the handleUpdate method.

Related to 

Signed-off-by: Wouter Born <github@maindrain.net>
2020-09-24 17:50:47 +02:00
..