1

I've integrated Sonos API in my Smart Home app, but I didn't find a way to get players model.

Using /households/{householdId}/groups endpoint we can get groups and players data, but there isn't a specific field for device model.

How can I get that information?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
RiccardoCh
  • 1,060
  • 1
  • 13
  • 24

1 Answers1

1

Call getGroups with includeDeviceInfo=true and its in player.devices[n].modelDisplayName

ControlAV
  • 194
  • 7