added data points to ek_facility

This commit is contained in:
Nico Melone
2025-06-25 13:49:36 -05:00
parent 5e9d055954
commit 9c17f11768
2 changed files with 11 additions and 2 deletions

View File

@@ -12,11 +12,11 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"ip_address = \"166.193.23.21\" # \"ngrok.iot.inhandnetworks.com:3021\"\n",
"ip_address = \"63.46.83.193\" # \"ngrok.iot.inhandnetworks.com:3021\"\n",
"path = '/Users/nico/Documents/GitHub/HP_InHand_IG502/Pub_Sub/fk_plcpond_gateway/thingsboard/overflow_tag_dump_30_May.json' # code snippets/tag_dump.json'"
]
},