Implemented Pull OTA json

This commit is contained in:
2025-01-04 22:29:43 +00:00
parent f76f248446
commit 9919495346
11 changed files with 194 additions and 35 deletions

9
dev/IoT-API/bruno.json Normal file
View File

@@ -0,0 +1,9 @@
{
"version": "1",
"name": "IoT-API",
"type": "collection",
"ignore": [
"node_modules",
".git"
]
}