Dear,
There are few DPT which I would like to be available.
I don't know how to implement them.
such as
1.005 DPT_Alarm 0 = No alarm 1 = Alarm
1.007 DPT_Step 0 = Decrease 1 = Increase
I know it works with dpt1 but I could add them myself if someone explain me how to do it ;-)
Hi moustic999,
I would use the eventMap attribute:
for DPT 1.005
attr xxx eventMap on:Alarm off:No alarm
for DPT 1.007
attr xxx eventMap on:Increase off:Decrease
Wolfgang