Stuart Beard
Stuart Beard
@crazyfx1 Looks like there is a generator of sorts. I found this python script which makes reference to `characteristics.json` as an output file. https://github.com/ikalchev/HAP-python/blob/6c2b95cc6457ea9c8dbee1759455a6954bb14092/scripts/gen_hap_types.py Which looks like its dependent on...
I just had a run of trying it myself. It looks like several entries have been removed based on the latest Homekit Accessory Simulator; ``` { "AccessoryFlags": { "Format": "uint32",...
I think so it pretty much ties up what I already had. The problem is that the `RetryDecoder` in `feign.codec.ErrorDecoder` only has package local visibility (see https://github.com/OpenFeign/feign/blob/master/core/src/main/java/feign/codec/ErrorDecoder.java). To use this...
Looks like this repo may be getting merged into core Feign at some point in the near future. https://github.com/OpenFeign/feign/issues/1447
Looks like this repo may be getting merged into core Feign at some point in the near future. https://github.com/OpenFeign/feign/issues/1447