From 11427956453b4a3fd69a183e7d44e29586ecb8f2 Mon Sep 17 00:00:00 2001 From: Nick Lambourne Date: Sun, 3 Nov 2024 23:25:45 -0800 Subject: [PATCH] Add blueprint YAML --- blueprint.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 blueprint.yaml diff --git a/blueprint.yaml b/blueprint.yaml new file mode 100644 index 0000000..7d2438a --- /dev/null +++ b/blueprint.yaml @@ -0,0 +1,18 @@ +id: particle/tracker-edge +category: solution +icon: particle.png +gitrepo: https://github.com/particle-iot/tracker-edge +name: "Tracker Edge" +shortDescription: "A complete reference Asset Tracking solution" +version: 1.19.0 +models: [] +language: [ "C++" ] +cloudServices: [ ] +integrations: [ "qcom-aware" ] +hardwareDependencies: + - name: Tracker One + link: https://www.particle.io/tracker-one/ + - name: Particle T-SoM Module + link: https://www.particle.io/tracker-som/ +description: | + A soup to nuts Asset Tracking solution containing location services, a myridiad of power modes and configuration capabilities. \ No newline at end of file