[Timeline] Remove namespacing from README
WTD-1239
This commit is contained in:
@@ -16,7 +16,7 @@ A timeline's model looks like:
|
|||||||
|
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
"type": "warp.timeline",
|
"type": "timeline",
|
||||||
"start": {
|
"start": {
|
||||||
"timestamp": <number> (milliseconds since epoch),
|
"timestamp": <number> (milliseconds since epoch),
|
||||||
"epoch": <string> (currently, always "SET")
|
"epoch": <string> (currently, always "SET")
|
||||||
@@ -35,7 +35,7 @@ An activity's model looks like:
|
|||||||
|
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
"type": "warp.activity",
|
"type": "activity",
|
||||||
"start": {
|
"start": {
|
||||||
"timestamp": <number> (milliseconds since epoch),
|
"timestamp": <number> (milliseconds since epoch),
|
||||||
"epoch": <string> (currently, always "SET")
|
"epoch": <string> (currently, always "SET")
|
||||||
@@ -61,7 +61,7 @@ An activity mode's model looks like:
|
|||||||
|
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
"type": "warp.mode",
|
"type": "mode",
|
||||||
"resources": {
|
"resources": {
|
||||||
"comms": <number> (communications utilization, in Kbps)
|
"comms": <number> (communications utilization, in Kbps)
|
||||||
"power": <number> (power utilization, in watts)
|
"power": <number> (power utilization, in watts)
|
||||||
|
|||||||
Reference in New Issue
Block a user