jesserockz / wizmote-esphome

65 stars 30 forks source link

Improve WizPacket decoding #15

Closed kueblc closed 8 months ago

kueblc commented 10 months 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.