fairecasoimeme / ZiGate

Zigate is an Universal Zigbee Gateway
http://zigate.fr
171 stars 59 forks source link

Allow the possibility to send ZCL command without Ack/Nack #304

Closed pipiche38 closed 4 years ago

pipiche38 commented 4 years ago

Quiet a number of ZCL commands expects a Response, like 0x0100 .... In such it doesn't make sense have in addition an Ack/Nack messages.

It would be a great to have an additional parameter which can be at the end of Command Payload to disable the Ack/Nack.

fairecasoimeme commented 4 years ago

Hi,

I think you can send ZCL command without ack with changing mode. By default, mode 0x02 is used but you can use mode 0x07 (without ack). Fred

pipiche38 commented 4 years ago

You right!