Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
feat: add squeezebox to supported integrations (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
martonborzak authored May 24, 2020
1 parent aa59d09 commit c665a8c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion sources/integrations/integrations_supported.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ class IntegrationsSupported : public QObject {

public:
/// ADD NEW INTEGRATION TYPE HERE
enum SupportedIntegrationTypes { DOCK, HOMEASSISTANT, HOMEY, SPOTIFY, OPENHAB, ROON, BANGOLUFSEN }; // OPENWEATHER
enum SupportedIntegrationTypes {
DOCK,
HOMEASSISTANT,
HOMEY,
SPOTIFY,
OPENHAB,
ROON,
BANGOLUFSEN,
SQUEEZEBOX
}; // OPENWEATHER
Q_ENUM(SupportedIntegrationTypes)
};

0 comments on commit c665a8c

Please sign in to comment.