Hi Folks,
I currently develop some libraries to write ESH and OpenHAB automation rules in groovy. In this process, I noticed an bug in the ScriptExtensionWrapper class. According to the getTypes() method, the following objects should be loadable via the ScriptExtensionManagerWrapper.get() method:
However, when I try to load the first two objects (voice or audio), NULL get returned instead the VoiceManagerImpl or AudioManagerImpl Class. For all other objects, the correct instance is given back. I am using openHAB 2.4.0 Build 1305.
Cheers,
Philipp
whoops, there is a nice typo that went unnoticed so far...
I quickly pushed a fix - too easy once identified. Thanks for the concise analysis!
Once merged, it will reach openHAB snapshots after the next ESH stable is built - as usual.
Most helpful comment
whoops, there is a nice typo that went unnoticed so far...
I quickly pushed a fix - too easy once identified. Thanks for the concise analysis!
Once merged, it will reach openHAB snapshots after the next ESH stable is built - as usual.