populate a Binary Switch as such via Plugin

hello

i wrote a plugin to control wifi switches, everything working so far … but the switch is not populated as such
because i use my own namespace.

can someone lead me in the right direction which actions/name spaces i need to change add in order to make it act like a binary switch …
so other applications can pick up on it …

These are the variables that built-in devices use: http://wiki.micasaverde.com/index.php/Luup_UPnP_Variables_and_Actions

So its enough to just change the executing variables (like status) to the public namespace ?

Yep. That’s how UPnP expects you to do it.