Hi,
how can I make my plugin find all other installed devices (device ids) which offer a certain type of service? For example all ids of devices that offer the service urn:upnp-org:serviceId:TemperatureSensor1.
I need the ids so I later can call luup.variable_get("urn:upnp-org:serviceId:TemperatureSensor1", "CurrentTemperature", 5).
Thanks!