Skip to content

Commit

Permalink
Added pressure to Additional_Sensors-v1.json (#74)
Browse files Browse the repository at this point in the history
Adds an array of pressure sensors to the additional sensors schema.
  • Loading branch information
JonHall101 authored Nov 7, 2024
2 parents af8451e + 1ddff30 commit 3fd5332
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Common/Additional_Sensors-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,18 @@
"$ref": "https://raw.githubusercontent.com/AMRC-FactoryPlus/schemas/main/Sensors/Temperature-v1.json"
}
}
},
"Pressure": {
"patternProperties": {
"^[a-zA-Z0-9_]*$": {
"$ref": "https://raw.githubusercontent.com/AMRC-FactoryPlus/schemas/main/Sensors/Pressure-v1.json"
}
},
"type": "object"
}
},
"required": [
"Schema_UUID",
"Instance_UUID"
]
}
}

0 comments on commit 3fd5332

Please sign in to comment.