pgaufillet
pgaufillet
Hi LuCI team! It would be great if the Wifi module of LuCI could display a QRcode for sharing Wifi credentials. See [Qifi](https://github.com/evgeni/qifi) for example. Thanks for your great job!
When using the XMI variant of ecore.js with node.js, the require directive looks like `ecore = require('ecore/dist/ecore.xmi');` in place of the usual `ecore = require('ecore');` It would be better to...
Hi! I have to duplicate an EObject (only the EObject: not the EObjects it contains) in one of my functions. Can you please explain how to proceed or give an...
The devices of this manufacturer offer optional behaviors (LED, dimmer). It should be possible to configure them. As of OpenHAB 3.2, the following commands works in OpenHAB console: * enable/disable...
Nowadays, the active AADL version is 2.x and OCARINA should be aligned on it. It may be solved by a build configuration switch looking like: ``` shell ./configure --aadlv[12] --aadlv[12]-by-default...
Hi! I think I have found an inconsistency in the way discovery properties are managed. In _ZigBeeNodePropertyDiscoverer.java_, l.170 and l.179, the _PROPERTY_VENDOR_ and _PROPERTY_MODEL_ID_ are trimmed out: ` properties.put(Thing.PROPERTY_VENDOR, manufacturer.trim());`...