Skip to content

Conversation

@rjtokenring
Copy link
Contributor

Motivation

To support mobile companion app, we need to start introducing new device types to support remote devices.

Reviewer checklist

  • PR addresses a single concern.
  • PR title and description are properly filled.
  • Changes will be merged in main.
  • Changes are covered by tests.
  • Logging is meaningful in case of troubleshooting.

if len(requiredDeviceClasses) > 0 {
for class := range requiredDeviceClasses {
switch class {
case RemoteCameraDevice:
Copy link
Contributor

Choose a reason for hiding this comment

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

This means that the App will run and eventually fail in the brick code, when the remote device is not found, right?

If so, what does having a remote_camera and remote_microphone add to the experience?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants