SONOS API - Is there a way to get player model?

88 views Asked by At

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?

1

There are 1 answers

4
ControlAV On

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