General update on Carling tools, device creation on IoT Hub and I-Sight Configuration Tool

This commit is contained in:
Quentin WEPHRE
2025-09-19 08:54:59 +02:00
parent 56fceb7542
commit 4d01717779
7 changed files with 251 additions and 67 deletions

View File

@@ -10,8 +10,8 @@ load_dotenv()
# --- Configuration ---
IOTHUB_CONNECTION_STRING = os.getenv("CONNECTION_STRING_INOX_PROD")
INPUT_EXCEL_FILE = 'BELL_DEVICE_LIST.xlsx'
OUTPUT_EXCEL_FILE = 'BELL_DEVICE_LIST_CS.xlsx'
INPUT_EXCEL_FILE = 'SALINAS_DEVICE_LIST.xlsx'
OUTPUT_EXCEL_FILE = 'SALINAS_DEVICE_LIST_CS.xlsx'
def get_connection_string(device: Device, host_name: str) -> str:
"""