DollyGodet

Results 4 issues of DollyGodet

In the [documentation](https://faucetsdn.github.io/udmi/docs/specs/categories.html), it is specified that the level of a log message with category `system.config.receive` should be `Level.DEBUG`. In the Sequencer tool (`com.google.daq.mqtt.validator.validations.ConfigValidator#broken_config`), [broken_config test](https://github.com/faucetsdn/udmi/blob/e4c0e558de779fc1423f735f48d9e60b717510b3/validator/src/main/java/com/google/daq/mqtt/validator/validations/ConfigValidator.java#L52) validates that it received...

In the class `com.google.daq.mqtt.validator.validations.ConfigValidator`, the tests broken_config and extra_config necessarily fail : In the test setup (`com.google.daq.mqtt.validator.SequenceValidator#setUp`), the field `min_loglevel` of the device config is [set to 400](https://github.com/faucetsdn/udmi/blob/e4c0e558de779fc1423f735f48d9e60b717510b3/validator/src/main/java/com/google/daq/mqtt/validator/SequenceValidator.java#L311). According to...

Here is the pointset_event I am trying to validate with the validator : { "timestamp": "2022-06-30T13:48:13.375Z", "version": "1.3.13", "points": { "schedule1": { "present_value": null }, "binary_value1": { "present_value": "Active" },...

In the [writeback sequence documentation](https://faucetsdn.github.io/udmi/docs/specs/sequences/writeback.html#state_etag), it is specified that the `state_etag` should be included by state and config. In case of an incorrect `state_etag` in the config, the device should...