Remote control like in the Kodi plugin
Posted: Friday 26 January 2018 20:58
I am working on a new plugin where I want to use a remote control like the one used in the Kodi plugin. So I also created a device with:
But when I click on the remote control icon in the device, I don't get the remote control pop up
Any ideas?
Code: Select all
Domoticz.Device( Unit=self.__UNIT_STATUS, Name="Status", Type=17, Switchtype=17 ).Create()

Any ideas?