Gabriele De Luca
Results
2
issues of
Gabriele De Luca
If I add a new device with _iot/devices_ POST request, I receive an error (WRONG_SYNTAX) when I use "forbidden" chars inside value of _object_id_ field (patterns are defined into _createDevice.json_...
During initialization of OCB entities, the library set some default attribute values based on type field. Here a snippet from _deviceService.js_ file: ``` function getInitialValueForType(type) { switch (type) { case...