-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
applications: Matter Bridge: added BLE environmental sensor support #12074
applications: Matter Bridge: added BLE environmental sensor support #12074
Conversation
markaj-nordic
commented
Aug 18, 2023
- Added implementation of the BLE data provider which supports subscription to the humidity and temperature characteristics.
- implemented one provider to many Matter devices relation
- updated README
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
applications/matter_bridge/src/bridged_device_types/ble_environmental_data_provider.cpp
Outdated
Show resolved
Hide resolved
0d6a3e4
to
9c5d540
Compare
7dfae23
to
ce4334c
Compare
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
ce4334c
to
6f29ca0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Docs are good.
applications/matter_bridge/src/bridged_device_types/ble_environmental_data_provider.cpp
Show resolved
Hide resolved
applications/matter_bridge/src/bridged_device_types/ble_environmental_data_provider.cpp
Outdated
Show resolved
Hide resolved
applications/matter_bridge/src/bridged_device_types/ble_environmental_data_provider.cpp
Outdated
Show resolved
Hide resolved
6f29ca0
to
03af547
Compare
Almost forgot, but this should have a changelog entry. |
* Added implementation of the BLE data provider which supports subscription to the humidity and temperature characteristics. * implemented one provider to many Matter devices relation * updated README Signed-off-by: Marcin Kajor <marcin.kajor@nordicsemi.no>
03af547
to
d583ba6
Compare
Done. |