Pasquale Vitale
Pasquale Vitale
Hi Andreas, thanks a lot. Don't worry, and enjoy your travels.
Hi Andreas, it will be also interesting to add multiple contexts in the popup; for instance: ``` New Jersey: 5 errors items: 100 avg: 33 New York: 8 errors items:...
> Dear Pasquale, > > thanks for writing in and for transferring this from the issue you created at [grafana#235](https://github.com/grafana/worldmap-panel/issues/235) already. > > We will be happy to consider getting...
Yes. I do a query to get **longitude**, **latitude**, **time_sec**, **name**, **value** fields and it works. I'm going to aggregate multiple values within the same _longitude_, _latitude_ in order to...
Just a single metric query
I changed the [sthConfiguration.js](https://github.com/telefonicaid/fiware-sth-comet/blob/master/lib/configuration/sthConfiguration.js#L226) file in the lib/configuration folder (I used ENV.CORS_ENABLED var and I added an if/else clause before of 226 line) as follow: ``` if (ENV.CORS_ENABLED && !isNull(ENV.CORS_ENABLED))...
I created locally a task/cors_conf_docker branch but I cannot push it in the repo because I'm not authorized. Is it the right way to create a PR?
I'm using the doc: I start the IoT Agent (node bin/lwm2mAgent.js) with my configuration and I run my JS Client to create/update object and connect to the server ... the...
Here the installation and execution steps of my test on my Win7 with **active** attribute in the payload for "Power Control" in configuration provisioning and no change in the commonLwm2m.js...
Anyway, if I use the LWM2M 0.3.0, then my test works both device and service provisioning: `git clone https://github.com/Fiware/iot.IoTagent-LWM2M.git iot.IoTagent-LWM2M-0.3.0 --branch 0.3.0 --single-branch`