Gardena Binding: Irrigation Control watering bug

Hi,
The “watering” channel of the ic24 Thing suffers from an inconsistency. The duration parameter unit of the command is supposed to be the minute. However, if a value less than 30 is entered, watering does not start. If one enters a value of 120, watering will last 2 minutes. The parameter is obviously treated as seconds. On the other hand, the feedback is done in minutes. So, when you enter 120, during the binding will call updateState with value in minute, so the displayed value will go to 2.