updates to thunderbird report and meshify drivers

This commit is contained in:
Nico Melone
2024-11-12 08:40:28 -06:00
parent ac8f419707
commit 3fda556b3e
36 changed files with 10284 additions and 54 deletions

View File

@@ -5,7 +5,7 @@ codeuri = "/Users/nico/Documents/GitHub/ThingsBoard/EKKO Reports/thunderbirdfs-d
runtime = "python3.9"
architecture = "x86_64"
handler = "thunderbirdfsreport.lambda_handler"
source_hash = "6c4b8d3b845be890fff876b4331c5d3b90962571c77b17c0b9ab45f47ea452f8"
source_hash = "6f17c158c10bfe2991363a32538aafe8f3fd8e91954f67bbab36888d81abdfbf"
manifest_hash = ""
packagetype = "Zip"
functions = ["ThunderbirdFSReport"]

View File

@@ -296,6 +296,10 @@ def lambda_handler(event, context):
"Bruce@enxl.us",
"Joshua.Fine@fineelectricalservices2018.com"
]
emails = [
"tquiet@henry-pump.com"
]
msg = MIMEMultipart()
msg['Subject'] = "Thunderbird Field Services"
msg['From'] = 'alerts@henry-pump.com'

View File

@@ -296,6 +296,7 @@ def lambda_handler(event, context):
"Bruce@enxl.us",
"Joshua.Fine@fineelectricalservices2018.com"
]
msg = MIMEMultipart()
msg['Subject'] = "Thunderbird Field Services"
msg['From'] = 'alerts@henry-pump.com'