jesserockz / wizmote-esphome

Apache License 2.0
67 stars 30 forks source link

Improve WizPacket decoding #15

Closed kueblc closed 11 months ago

kueblc commented 1 year ago

Since the platform is already LE, I removed the step of manually shuffling bytes to resolve sequence number.

I also fleshed out the missing fields of the WizPacket struct and exposed the pairing bit via bitfield union.