Add sample for hub device
See original GitHub issueThe sample should show:
- what to return in
IDENTIFY
for the hub device - how to retrieve and return
vericationIds
inREACHABLE_DEVICES
- how to handle
PROXY_SELECTED
- how to forward
opc
message inEXECUTE
to the hub w/ additional metadata so that the hub can reach the appropriate target devices - how the local home app can discover the hub, and how the hub can discover child devices
Issue Analytics
- State:
- Created 4 years ago
- Reactions:7
- Comments:13
Top Results From Across the Web
Connect IoT Plug and Play sample device code to Azure IoT ...
This tutorial shows you how to build a sample IoT Plug and Play device application, connect it to your IoT hub, and use...
Read more >Configuration templates for Webex devices
For multiple devices, click Edit and select Device Templates from the right-hand menu.
Read more >Set up HomePod mini or HomePod as a home hub
Open Settings on Apple TV. · Select Users and Accounts. · Go back to Apple TV Settings, then select AirPlay and HomeKit. ·...
Read more >Explore Azure IoT Hub device management using the sample UI
Interacting with the sample device management UI will help you to solidify the concepts and capabilities covered in the Azure IoT Hub device...
Read more >Workspace ONE Intelligent Hub App Mobile Device ...
This setting enables the Workspace ONE Intelligent Hub to send its beacon data sample to the UEM console when it is running in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@madgeni did you manage to complete the flow for a non-hub device? @madgeni in addition to handling of
PROXY_SELECTED
there are multiple things than an hub sample should implement in order to demonstrate the SDK usage for proxy devices, I updated the original issue description to reflect that: https://github.com/actions-on-google/smart-home-local/issues/2#issue-467212765@madgeni Note this is currently blocked by https://github.com/actions-on-google/smart-home-local/issues/1#issuecomment-515920552, i.e: publishing documentation and bindings for the
PROXY_SELECTED
intent.