The reset value is UNKNOWN. On a cold reset this is the default behavior when
no reset is defined.
| Properties | Type | Description |
|---|---|---|
| _meta | Meta |
See
Meta
for more information.
|
| _type |
|
|
|
||
|
||
{
"_type": "Resets.Unknown"
}
{
"additionalProperties": false,
"examples": [
{
"_type": "Resets.Unknown"
}
],
"properties": {
"_meta": {
"$ref": "../Meta.json"
},
"_type": {
"enum": [
"Resets.Unknown"
]
}
},
"title": "Unknown",
"type": "object",
"$schema": "http://json-schema.org/draft-04/schema#",
"info": [
[
"The reset value is `UNKNOWN`. On a cold reset this is the default behavior when ",
"no reset is defined."
]
]
}