homekit_python icon indicating copy to clipboard operation
homekit_python copied to clipboard

Do not create hex-string and rebuild byte string for TLV and data

Open kvaellning opened this issue 3 years ago • 0 comments

Since TLVs (and data) are defined on byte level, the values are destroyed by converting them to string and back to bytes.

This solves issue #238.

kvaellning avatar Apr 11 '22 12:04 kvaellning