-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add MessageUpgrader to validator (#286)
- Loading branch information
Showing
24 changed files
with
266 additions
and
203 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
RESULT pass broken_config Sequence complete | ||
RESULT pass extra_config Sequence complete | ||
RESULT pass provided_serial_no Sequence complete | ||
RESULT pass provided_serial_no Sequence complete | ||
RESULT pass system_last_update Sequence complete | ||
RESULT pass valid_serial_no Sequence complete | ||
RESULT pass valid_serial_no Sequence complete | ||
RESULT skip writeback_states Missing 'invalid' target specification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,7 @@ | ||
:::::::::::::: | ||
udmi_site_model/out/devices/AHU-1/state.out | ||
:::::::::::::: | ||
While converting to json node: 2 schema violations found | ||
2 schema violations found | ||
instance value ("states") not found in enum (possible values: ["update","discovery","system","gateway","localnet","metadata","pointset","blobset"]) | ||
instance value ("update") not found in enum (possible values: ["event","command","state","config"]) | ||
While converting to json node: 2 schema violations found | ||
2 schema violations found | ||
object has missing required properties (["last_config"]) | ||
object has missing required properties (["version"]) | ||
:::::::::::::: | ||
udmi_site_model/out/devices/AHU-1/state_pointset.out | ||
:::::::::::::: | ||
While converting to json node: 1 schema violations found | ||
1 schema violations found | ||
object instance has properties which are not allowed by the schema: ["version"] | ||
:::::::::::::: | ||
udmi_site_model/out/devices/AHU-1/state_system.out | ||
:::::::::::::: | ||
While converting to json node: 2 schema violations found | ||
2 schema violations found | ||
object has missing required properties (["last_config"]) | ||
object instance has properties which are not allowed by the schema: ["version"] |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.