Rename Initialized to Started

This commit is contained in:
Ingo Oppermann
2024-04-15 14:46:05 +02:00
parent 6ebe008010
commit 18bf51d334
9 changed files with 86 additions and 86 deletions

View File

@@ -6831,9 +6831,6 @@ const docTemplate = `{
"type": "integer",
"format": "uint64"
},
"initialized": {
"type": "boolean"
},
"inputs": {
"type": "array",
"items": {
@@ -6864,6 +6861,9 @@ const docTemplate = `{
"speed": {
"type": "number"
},
"started": {
"type": "boolean"
},
"time": {
"type": "number"
}