Skip to content

Adding zones to meta #12

Answered by sbender9
SamHoulder asked this question in Q&A
Feb 10, 2021 · 6 comments · 4 replies
Discussion options

You must be logged in to vote

Here's an example of a baseDeltas.json file with meta data:

[
  {
    "context": "vessels.self",
    "updates": [
      {
        "values": [
          {
            "path": "",
            "value": {
              "name": "MacBook",
              "mmsi": "12344556",
              "communication": {
                "callsignVhf": "Test"
              }
            }
          }
        ]
      }
    ]
  },
  {
    "context": "vessels.self",
    "updates": [
      {
        "meta": [
          {
            "path": "tanks.fuel.0.currentLevel",
            "value": {
              "displayName": "Diesel Fuel"
            }
          }
        ]
      }
    ]
  }
]

Replies: 6 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@sbender9
Comment options

@SamHoulder
Comment options

@sbender9
Comment options

@SamHoulder
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by sbender9
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants