mirror of
https://github.com/datarhei/core.git
synced 2025-10-06 00:17:07 +08:00
Rename Initialized to Started
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user