Untitled
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