Matthias Kaemmer

Results 7 comments of Matthias Kaemmer

@sophokles73 There are some small changes and an updated documentation still missing. I hope I can find the time to finish this PR soon. I will let you know once...

> Having taken a look at #3612 I would like to step back to make sure that we are on the same page regarding the use case and requirements. >...

> Some comments to what you posted > > > As a workaround we listen to the error topic and see if something goes wrong. However we cannot wait forever...

If I understand this correctly, to trigger the adapter ack mechanism the application would need to send a command with `response-required = false` (or omitted), `ack-required = true` and a...

> The `ack-required` property would be added there alongside `response-required`, with either one or the other (XOR) required to be `true`. FMPOV the two attributes don't need to be necessarily...

> On `response-required: false, ack-required: true`, a delivery failure should be sent as error response to the ~device~ (EDIT:) app, I think. The app is anyway waiting for a kind...