From ec42ebcb25e4912c2253c86539ef653ee576fec2 Mon Sep 17 00:00:00 2001
From: pimmoerman
Date: Thu, 20 Nov 2025 12:15:55 +0000
Subject: [PATCH] Update get_all_assets.php vanaf tagcode.app
---
datasets/get_all_assets.php | 23 ++++++++++++++++++-----
1 file changed, 18 insertions(+), 5 deletions(-)
diff --git a/datasets/get_all_assets.php b/datasets/get_all_assets.php
index ad20bf0..f085827 100644
--- a/datasets/get_all_assets.php
+++ b/datasets/get_all_assets.php
@@ -10,10 +10,12 @@
"name": "Laptop",
"models": [
{
- "name": "Macbook Air 12"
+ "name": "Macbook Air 12",
+ "attributes": []
},
{
- "name": "Macbook Air 13"
+ "name": "Macbook Air 13",
+ "attributes": []
}
]
}
@@ -31,7 +33,16 @@
"name": "flow",
"models": [
{
- "name": "VegaFlow 10"
+ "name": "VegaFlow 10",
+ "attributes": {
+ "test": [
+ "F"
+ ],
+ "unit": [
+ "C",
+ "F"
+ ]
+ }
}
]
},
@@ -39,10 +50,12 @@
"name": "pressure",
"models": [
{
- "name": "Vegabar 10"
+ "name": "Vegabar 10",
+ "attributes": []
},
{
- "name": "Vegabar 14"
+ "name": "Vegabar 14",
+ "attributes": []
}
]
}