Skip to content

Bindings for speaker device type #142

@LukeSpad

Description

@LukeSpad

I’m currently writing a plug-in to control B&O av devices, and I’m trying to ensure compatibility of my audio device representations with the HomeKit ‘speaker’ device. From the documentation I can see that I need to have mute and volume states present:

  1. Is it sufficient for my device to provide dev.states[‘mute’] as a Boolean type and dev.states[‘volume’] as an integer?
  2. Could I use a dimmer device type to provide mute state via the onState and volume via brightness?
  3. I see there are some state names associated with the airfoil plug-in included in the description and I was wondering if I need to provide those at all?

Sorry if these are stupid questions!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions