issues
search
I-Connect
/
NukiBleEsp32
MIT License
37
stars
21
forks
source link
Fix TimeValue struct size for updateTime
#56
Closed
dotdoom
closed
5 months ago
dotdoom
commented
5 months ago
Seconds are 8bit per API doc.
Tested with Nuki Lock 2.0:
with uint16_t, ERROR_BAD_LENGTH is returned.
with uint8_t, time is updated correctly.
Seconds are 8bit per API doc.
Tested with Nuki Lock 2.0: