Plan - Premium
Country- USA
Web APIs
Operating System
(Mac OS)
I am getting a different set of device names back from the Spotify endpoint https://api.spotify.com/v1/me/player/devices than I am for the Alexa API https://alexa.amazon.com/api/devices-v2/device
For example - the Spotify API returns this device:
"id": "cc646a13-0519-468a-b2a6-070ddabb6a33",
"is_active": false,
"is_private_session": false,
"is_restricted": false,
"name": "UpperDeck",
"type": "Speaker",
"volume_percent": 50
shows up as this device using the Alexa API
accountName: "Bathroom",
appDeviceList: [ ],
capabilities:
["PERSISTENT_CONNECTION",
"MUSIC_SKILL",
"SLEEP",
"ALEXA_PRESENCE",
"I_HEART_RADIO",
"VOLUME_SETTING",
"GADGETS",
"KINDLE_BOOKS",
"EQUALIZER_CONTROLLER_BASS",
"FAR_FIELD_WAKE_WORD",
"SUPPORTS_LOCALE",
"SUPPORTS_SOFTWARE_VERSION",
"GOLDFISH",
"FLASH_BRIEFING",
"TAHOE_BYOD",
"SUPPORT_CALENDAR_ALERT",
"DISPLAY_BRIGHTNESS_ADJUST",
"EFDCARDS",
"REQUIRES_OOBE_FOR_SETUP",
"DREAM_TRAINING",
"ACTIVE_AFTER_FRO",
"TUNE_IN",
"CUSTOM_ALARM_TONE",
"SUPPORTS_CONNECTED_HOME_CLOUD_ONLY",
"TIDAL",
"PAIR_BT_SOURCE",
"POPTART",
"DEEZER",
"ASCENDING_ALARM_VOLUME",
"MICROPHONE",
"DEREGISTER_DEVICE",
"PAIR_BT_SINK",
"TUPLE",
"DIALOG_INTERFACE_VERSION",
"PANDORA",
"BT_PAIRING_FLOW_V2",
"SIRIUSXM",
"CHANGE_NAME",
"GUARD_EARCON",
"PAIR_REMOTE",
"AUDIBLE",
"SET_TIME_ZONE",
"TIMERS_ALARMS_NOTIFICATIONS_VOLUME",
"SUPPORTS_LOCALE_SWITCH",
"AUDIO_CONTROLS",
"LEMUR_ALPHA",
"AUDIO_PLAYER",
"SET_LOCALE",
"SOUND_SETTINGS",
"EQUALIZER_CONTROLLER_TREBLE",
"EARCONS",
"SALMON",
"TUPLE_CATEGORY_A",
"REMINDERS",
"MULTI_WAKEWORDS_SUPPORTED",
"UPDATE_WIFI",
"APPLE_MUSIC",
"TIMERS_AND_ALARMS",
"AMAZON_MUSIC",
"DS_VOLUME_SETTING",
"VOICE_TRAINING",
"EQUALIZER_CONTROLLER_MIDRANGE"
], charging: null,
clusterMembers: [ ],
deviceAccountId: "A09702083A6MYP56A03VX",
deviceFamily: "ECHO",
deviceOwnerCustomerId: "A3NHSXMQ2U7I4S",
deviceType: "A3VRME03NAXFUB",
deviceTypeFriendlyName: null,
essid: null,
language: null,
macAddress: null,
online: true,
parentClusters:
["9b3c0bdbe8e14273a2ca6d25a17d1c29",
"3954f442fb764402a82ff1546c86d395",
"02a3ad0ec9de4fd4b2091a7993a73e8e",
"fa657ccf618a452d957f4f2f3c35131b"
], postalCode: null,
registrationId: null,
remainingBatteryLevel: null,
serialNumber: "G0014B06951702K0",
softwareVersion: "4262175876"
What API is Spotify using to pull the Alexa device lists on the network - and how do I force Spotify to refresh it list?
Note - the "UpperDeck" name for this device that Spotify has IS an old name for this same device... it was changed.
Thanks
JAF