#pragma once /// /// The xml to fill with data /// %1 base url http://192.168.0.177:80/ /// %2 friendly name Hyperion 2.0.0 (192.168.0.177) /// %3 modelNumber 2.0.0 /// %4 serialNumber / UDN (H ID) Fjsa723dD0.... /// /// def URN urn:schemas-upnp-org:device:Basic:1 static const QString SSDP_DESCRIPTION = "" "" "" "1" "0" "" "%1" "" "urn:schemas-upnp-org:device:Basic:1" "%2" "Hyperion Open Source Ambient Lighting" "https://www.hyperion-project.org" "Hyperion Open Source Ambient Light" "Hyperion" "%3" "https://www.hyperion-project.org" "%4" "uuid:%4" "index.html" "" "" "image/png" "100" "100" "32" "img/hyperion/ssdp_icon.png" "" "" "" "";