-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add support for CED7000 timer #2319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
5b9ba75
to
47295e1
Compare
Looks good, notes:
E.g.
|
Thanks for the review @zuckschwerdt ! Should I amend the commit or push another one on top, based on your suggestions? |
As you like, adding commits is likely easier. We always squash on merge anyway. |
47295e1
to
38de3ab
Compare
@zuckschwerdt Amended following your 4 comments. Thanks for the pointers! |
@zuckschwerdt let me know when adding this is next-in-line so I can rebase properly (to make your life easier ;) ) |
Rebase and correct the two line with sticky braces ( |
38de3ab
to
55a7d5e
Compare
@zuckschwerdt done and done! |
55a7d5e
to
2be2e1c
Compare
Perfect, thanks! |
Not really. It is a user-set parameter from the device menu to be able to "sync" the device with accessories and use multiple ones on the field. It is named RFID in the manual and the menu. |
Ok, so more like a "channel" settings on temperature sensors. We really always want an "id" key to be present, this is the best we get. I kind of answers the "which (local) device is this" question. Can you document that RFID is used as ID and change the key then? |
Signed-off-by: Papadeas Pierros <pierros@papadeas.gr>
2be2e1c
to
7b96ba8
Compare
@zuckschwerdt gotcha. I changed it to ID now. Thanks! |
Signed-off-by: Papadeas Pierros <pierros@papadeas.gr>
Signed-off-by: Papadeas Pierros <pierros@papadeas.gr>
Test data in https://github.com/merbanan/rtl_433_tests/pull/441/files
Signed-off-by: Papadeas Pierros pierros@papadeas.gr