Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save macielsmith/f9d7cb5309bfa1d94d1fc176ecf4ccda to your computer and use it in GitHub Desktop.
Save macielsmith/f9d7cb5309bfa1d94d1fc176ecf4ccda to your computer and use it in GitHub Desktop.
Technical Page Data Tree JSON
{
"$is": "broker/dataNode",
"$writable": "write",
"$type": "dynamic",
"freezer door": {
"@@getHistory": {
"@": "merge",
"type": "paths",
"val": [
"/downstream/etsdb/db/cov/%2Fdata%2Fcobra%2Ftechnical%2Ffreezer door/getHistory"
]
},
"$is": "broker/dataNode",
"$writable": "write",
"$type": "bool",
"$editor": "none",
"icon": {
"$is": "broker/dataNode",
"$writable": "write",
"$type": "string",
"$editor": "none",
"?value": "assets/door.svg"
},
"path": {
"$is": "broker/dataNode",
"$writable": "write",
"$type": "string",
"$editor": "none",
"?value": "/data/freezer test"
},
"true-text": {
"$is": "broker/dataNode",
"$writable": "write",
"$type": "string",
"$editor": "none",
"?value": "Closed"
},
"false-text": {
"$is": "broker/dataNode",
"$writable": "write",
"$type": "string",
"$editor": "none",
"?value": "Open"
},
"?value": "Open"
},
"cooler": {
"$is": "broker/dataNode",
"$writable": "write",
"$type": "number",
"$editor": "none",
"path": {
"$is": "broker/dataNode",
"$writable": "write",
"$type": "string",
"$editor": "none"
},
"icon": {
"$is": "broker/dataNode",
"$writable": "write",
"$type": "string",
"$editor": "none",
"?value": "assets/thermometer.svg"
},
"unit": {
"$is": "broker/dataNode",
"$writable": "write",
"$type": "string",
"$editor": "none",
"?value": "°F"
}
},
"cooler door": {
"$is": "broker/dataNode",
"$writable": "write",
"$type": "bool",
"$editor": "none",
"icon": {
"$is": "broker/dataNode",
"$writable": "write",
"$type": "string",
"$editor": "none",
"?value": "assets/door.svg"
},
"path": {
"$is": "broker/dataNode",
"$writable": "write",
"$type": "string",
"$editor": "none"
},
"true-text": {
"$is": "broker/dataNode",
"$writable": "write",
"$type": "string",
"$editor": "none",
"?value": "Closed"
},
"false-text": {
"$is": "broker/dataNode",
"$writable": "write",
"$type": "string",
"$editor": "none",
"?value": "Open"
},
"?value": "Open"
},
"freezer": {
"$is": "broker/dataNode",
"$writable": "write",
"$type": "number",
"$editor": "none",
"path": {
"$is": "broker/dataNode",
"$writable": "write",
"$type": "string",
"$editor": "none"
},
"icon": {
"$is": "broker/dataNode",
"$writable": "write",
"$type": "string",
"$editor": "none",
"?value": "assets/thermometer.svg"
},
"unit": {
"$is": "broker/dataNode",
"$writable": "write",
"$type": "string",
"$editor": "none",
"?value": "°F"
},
"?value": false
},
"outside air": {
"$is": "broker/dataNode",
"$writable": "write",
"$type": "number",
"$editor": "none",
"path": {
"$is": "broker/dataNode",
"$writable": "write",
"$type": "string",
"$editor": "none"
},
"icon": {
"$is": "broker/dataNode",
"$writable": "write",
"$type": "string",
"$editor": "none",
"?value": "assets/thermometer.svg"
},
"unit": {
"$is": "broker/dataNode",
"$writable": "write",
"$type": "string",
"$editor": "none",
"?value": "°F"
},
"?value": false
},
"pressure differential": {
"$is": "broker/dataNode",
"$writable": "write",
"$type": "number",
"$editor": "none",
"path": {
"$is": "broker/dataNode",
"$writable": "write",
"$type": "string",
"$editor": "none"
},
"icon": {
"$is": "broker/dataNode",
"$writable": "write",
"$type": "string",
"$editor": "none",
"?value": "assets/nav-technical.png"
},
"unit": {
"$is": "broker/dataNode",
"$writable": "write",
"$type": "string",
"$editor": "none",
"?value": "psi"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment