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

Commit c665a8c

Browse files
authored
feat: add squeezebox to supported integrations (#457)
1 parent aa59d09 commit c665a8c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

sources/integrations/integrations_supported.h

+10-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ class IntegrationsSupported : public QObject {
2828

2929
public:
3030
/// ADD NEW INTEGRATION TYPE HERE
31-
enum SupportedIntegrationTypes { DOCK, HOMEASSISTANT, HOMEY, SPOTIFY, OPENHAB, ROON, BANGOLUFSEN }; // OPENWEATHER
31+
enum SupportedIntegrationTypes {
32+
DOCK,
33+
HOMEASSISTANT,
34+
HOMEY,
35+
SPOTIFY,
36+
OPENHAB,
37+
ROON,
38+
BANGOLUFSEN,
39+
SQUEEZEBOX
40+
}; // OPENWEATHER
3241
Q_ENUM(SupportedIntegrationTypes)
3342
};

0 commit comments

Comments
 (0)