Trevor

Results 42 comments of Trevor

Ok, I think I figured out what's going on and just pushed a potential fix to the same branch. Basically, in many situations the timestamps are quantized to a second,...

The metadata is an abstract model of the device -- so it exists even when there is no actual instantiation of the device, it's the "as designed" value rather than...

This is the same information that's specified in the building-config file -- just represented in a different format. The fields in the metadata are not provided by the device, so...

Correct. On Tue, Feb 16, 2021 at 11:21 AM Keith B wrote: > So to confirm: It's just describing the schema, not the initial values of > the fields in...

Can confirm... The relevant function is maybeRefreshJwt in MqttPublisher,java that is currently only called when sending a message -- but the validator is just listening a lot, never sends, The...

Works for me! On Tue, Jul 12, 2022 at 5:55 AM Noureddine ***@***.***> wrote: > I agree with you, I think null should be acceptable value. Tagging @grafnu > >...

I'm not exactly sure what you're saying, but the ordering goes DEBUG < INFO < NOTICE With that, the statement "INFO for all the config apply/parse/receive events was excessive, and...

https://github.com/faucetsdn/udmi/pull/192 has just the base schema updates. More work eventually necessary to make the validator itself behave properly.

Right now it blocks them rather than removing them. Deleting things is a fairly disruptive operation so not likely the right default behavior. But maybe creating a flag to say...

Right -- I'd recommend a two phase approach to that... First being to block all devices that are candidates for deletion -- so we can test the system to make...