Change Aurora device support to cover additional Nanoleaf devices

* Support Nanoleaf LightPanels (aka Aurora) and Canvas
* Add Nanoleaf Device discovery
* Update SSDPDiscover to be generic for given services
This commit is contained in:
LordGrey
2019-04-08 23:13:11 +02:00
parent ea0449778d
commit 3661172d6d
11 changed files with 665 additions and 271 deletions

View File

@@ -87,6 +87,7 @@ target_link_libraries(leddevice
${CMAKE_THREAD_LIBS_INIT}
Qt5::Network
Qt5::SerialPort
ssdp
)
if(ENABLE_TINKERFORGE)