removed unwanted files
This commit is contained in:
parent
805595588f
commit
20022c7d8d
@ -89,6 +89,7 @@ void DevicePluginSonos::postSetupDevice(Device *device)
|
|||||||
device->setStateValue(sonosMuteStateTypeId, mute);
|
device->setStateValue(sonosMuteStateTypeId, mute);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
m_sonosSystem->GetPlayer()->MakeFilePictureUrl();
|
||||||
|
|
||||||
while(m_sonosSystem->GetPlayer()->TransportPropertyEmpty());
|
while(m_sonosSystem->GetPlayer()->TransportPropertyEmpty());
|
||||||
|
|
||||||
|
|||||||
@ -52,8 +52,9 @@ public:
|
|||||||
private:
|
private:
|
||||||
SONOS::System *m_sonosSystem = nullptr;
|
SONOS::System *m_sonosSystem = nullptr;
|
||||||
PluginTimer *m_pluginTimer;
|
PluginTimer *m_pluginTimer;
|
||||||
|
void updateZoneInfo();
|
||||||
|
|
||||||
static void handleEventCB(void *handle);
|
void handleEventCB(void *handle);
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void onPluginTimer();
|
void onPluginTimer();
|
||||||
|
|||||||
@ -1,2 +0,0 @@
|
|||||||
TARGET_ARCH=armhf
|
|
||||||
TARGET_UBUNTU=stretch
|
|
||||||
Loading…
x
Reference in New Issue
Block a user