Add 5.12.72 fields JSON

This commit is contained in:
Paul Tyng
2020-05-20 21:59:12 -04:00
parent f0da875a46
commit 3d21ebbab0
63 changed files with 1675 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": ".{1,128}",
"devices": [{
"mac": "^([0-9A-Fa-f]{2}:){5}([0-9A-Fa-f]{2})$",
"position": {
"x": "(^([-]?[\\d]+)$)|(^([-]?[\\d]+[.]?[\\d]+)$)",
"y": "(^([-]?[\\d]+)$)|(^([-]?[\\d]+[.]?[\\d]+)$)",
"z": "(^([-]?[\\d]+)$)|(^([-]?[\\d]+[.]?[\\d]+)$)"
}
}]
}