updates to thunderbird report and meshify drivers
This commit is contained in:
@@ -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"]
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user