Untitled

 avatar
unknown
plain_text
2 months ago
257 B
2
Indexable
add_alert_result = alert_ops.add_alert(workstation_id, alert_type, coordinates)
if add_alert_result["success"]:
    print("Alarm başarıyla eklendi. Alarm ID:", add_alert_result["data"]["id"])
else:
    print("Bir hata oluştu:", add_alert_result["error"])
Leave a Comment