mirror of
https://github.com/nasa/openmct.git
synced 2025-05-09 12:03:21 +00:00
[Timeline] Remove namespacing from README
WTD-1239
This commit is contained in:
parent
307047d3ac
commit
8159c365b5
@ -16,7 +16,7 @@ A timeline's model looks like:
|
||||
|
||||
```
|
||||
{
|
||||
"type": "warp.timeline",
|
||||
"type": "timeline",
|
||||
"start": {
|
||||
"timestamp": <number> (milliseconds since epoch),
|
||||
"epoch": <string> (currently, always "SET")
|
||||
@ -35,7 +35,7 @@ An activity's model looks like:
|
||||
|
||||
```
|
||||
{
|
||||
"type": "warp.activity",
|
||||
"type": "activity",
|
||||
"start": {
|
||||
"timestamp": <number> (milliseconds since epoch),
|
||||
"epoch": <string> (currently, always "SET")
|
||||
@ -61,7 +61,7 @@ An activity mode's model looks like:
|
||||
|
||||
```
|
||||
{
|
||||
"type": "warp.mode",
|
||||
"type": "mode",
|
||||
"resources": {
|
||||
"comms": <number> (communications utilization, in Kbps)
|
||||
"power": <number> (power utilization, in watts)
|
||||
|
Loading…
x
Reference in New Issue
Block a user