You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @OxHimanshu
in case if it still relevant for you and for any who might found this usefull -
The issue is that Discord don't accept None format and it may be occured at least for lines
#15
"value": event["Trigger"]["Dimensions"][0]["value"] if len(event["Trigger"]["Dimensions"]) > 0 else 'no data',
&&&
#25
"value": event.get("AlarmDescription") if event.get("AlarmDescription") == True else "no description",
above is workaround that work fine for me (at least so far ) :)
The text was updated successfully, but these errors were encountered: