OBJECT

SoundZoneSubscription

Subscription information

link GraphQL Schema definition

  • type SoundZoneSubscription {
  • activeUntil: Date
  • # If this sound zone has an active subscription or not
  • isActive: Boolean
  • # If this sound zone has ever had an active subscription or not
  • state: SubscriptionState
  • }