auto-update-Mar-10

This commit is contained in:
Nico Melone
2026-03-10 13:17:25 -05:00
parent f25a1f688c
commit 0ebc03d84e
4 changed files with 16 additions and 205 deletions

View File

@@ -15,14 +15,14 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
"ip_address = \"ngrok.iot.inhandnetworks.com:3009\"# \"ngrok.iot.inhandnetworks.com:3054\" # \"166.141.90.208\"\n",
"ip_address = \"63.46.60.220\"# \"ngrok.iot.inhandnetworks.com:3054\" # \"166.141.90.208\"\n",
"device_type = \"ba_facility\"\n",
"today = dt.now().strftime(\"%Y_%B_%d\")\n",
"addons = \"peacemaker\"\n",
"addons = \"ma_deuce\"\n",
"if addons:\n",
" filename = f\"tag_dump_{addons}_{today}.json\"\n",
"else:\n",
@@ -32,7 +32,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [