Pasquale Pizzuti

Results 5 issues of Pasquale Pizzuti

I need to know if the system is connected to cloud. For example: ``` var cloudService = osgi.getService('org.openhab.io.openhabcloud.internal.CloudService'); actions.Log.logInfo('Test',`CloudService connection status: ${cloudService.isConnected()}`); ```

enhancement

- added option to show status board first - sorted versions by timestamp - sorted issues by priority - some bugfixes

I would need a mechanism to ensure that 'fixed_in_version' are always filled in before the bug reaches the Resolved state. The reason is to populate the changelog for a specific...

I want to customize navbar buttons by adding extra buttons using a plugin. I need to add an event to manage these extra buttons. It could also be useful to...