Patrik Åkerfeldt
Patrik Åkerfeldt
When recycling views, android-viewflow does not take itemViewType into account. This might lead to the adapter get an unexpected type of `convertView` (in the `getView` call).
Need to verify the data return by tdLastSentValue() and not print an exception if the value cannot be cast to an integer for some reason. The driver does not always...
Change from XML response to JSON format.
LastSentValue is only applicable and should therefore only be read, when last command was DIM.
Creating a new PR (previous #91) to keep the conversation clean since I've done some research now. There were some confusion on how to represent fields with a different resolution...
In the application I'm writing I'd like refer to datapoints I create by the `Datapoint` interface. However, due to the fact that `Unpack` has pointer receiver, I cannot simply cast...
## What happened PR #74 added a type‑safety guard to src/nodes/Request.ts: ```ts const _send = (Result: UnifiResponse) => { self.send({ payload: Result, inputMsg: msg, }) } if (!Buffer.isBuffer(data) && typeof...