UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

28 lines (27 loc) 1.85 kB
/** Diagnostic robot possible actions */ export var RobotActionsEnum; (function (RobotActionsEnum) { RobotActionsEnum["alignmentLockTest"] = "alignmentLockTest"; RobotActionsEnum["alignmentResetTest"] = "alignmentResetTest"; RobotActionsEnum["alignmentTestResult"] = "alignmentTestResult"; RobotActionsEnum["checkCustomerTicket"] = "checkCustomerTicket"; RobotActionsEnum["checkIfAccessPing"] = "checkIfAccessPing"; RobotActionsEnum["checkIfResolvedAfterConnectionTests"] = "checkIfResolvedAfterConnectionTests"; RobotActionsEnum["checkIfResolvedAfterInstallationCheck"] = "checkIfResolvedAfterInstallationCheck"; RobotActionsEnum["checkIfResolvedAfterTests"] = "checkIfResolvedAfterTests"; RobotActionsEnum["checkIfSeveralConnections"] = "checkIfSeveralConnections"; RobotActionsEnum["checkInstallation"] = "checkInstallation"; RobotActionsEnum["checkProblem"] = "checkProblem"; RobotActionsEnum["checkSynchronizationWithoutOtherModems"] = "checkSynchronizationWithoutOtherModems"; RobotActionsEnum["customerPrelocChecks"] = "customerPrelocChecks"; RobotActionsEnum["findProblem"] = "findProblem"; RobotActionsEnum["installationCheck"] = "installationCheck"; RobotActionsEnum["lockUnlock"] = "lockUnlock"; RobotActionsEnum["needToRequestMonitoring"] = "needToRequestMonitoring"; RobotActionsEnum["needToRequestOperatorIntervention"] = "needToRequestOperatorIntervention"; RobotActionsEnum["needToRequestOvhIntervention"] = "needToRequestOvhIntervention"; RobotActionsEnum["requestMonitoring"] = "requestMonitoring"; RobotActionsEnum["requestOperatorIntervention"] = "requestOperatorIntervention"; RobotActionsEnum["requestOvhIntervention"] = "requestOvhIntervention"; RobotActionsEnum["seltTest"] = "seltTest"; })(RobotActionsEnum || (RobotActionsEnum = {}));