Skip to content

Conversation

@SwoopX
Copy link
Collaborator

@SwoopX SwoopX commented Dec 28, 2020

@SwoopX SwoopX linked an issue Dec 28, 2020 that may be closed by this pull request
@SwoopX SwoopX changed the title Various enhancements Various enhancements and fixes Dec 28, 2020
- Expose RStateValve, RConfigLocked and RConfigMode via API
- Automatically configure corresponding attribute reporting
@SwoopX SwoopX linked an issue Dec 30, 2020 that may be closed by this pull request
@SwoopX SwoopX linked an issue Jan 2, 2021 that may be closed by this pull request
@SwoopX SwoopX linked an issue Jan 7, 2021 that may be closed by this pull request
SwoopX added 2 commits January 8, 2021 21:26
It is beneficial to also output cluster, endpoint, command and payload to better spot potential errors in the button maps.
@SwoopX SwoopX linked an issue Jan 11, 2021 that may be closed by this pull request
QTime time = QTime::currentTime();
#if QT_VERSION < 0x050000
etag = QString(QCryptographicHash::hash(time.toString().toAscii(), QCryptographicHash::Md5).toHex());
etag = QString(QCryptographicHash::hash(time.toString("hh:mm:ss.zzz").toAscii(), QCryptographicHash::Md5).toHex());

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do you use only time for etag hash, why not ad date too ?
and why not add measurement values and/or other stuff too ?
the md5 hash is much longer than the raw time string (12 vs. 32 chars), I don't get it what here a md5 hash can be good for ?!?

Copy link
Member

@manup manup left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a few comments.

@manup manup merged commit 77cc987 into dresden-elektronik:master Jan 17, 2021
@SwoopX SwoopX deleted the enhancements branch January 23, 2021 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

3 participants