UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

27 lines 1.42 kB
/** Diagnostic robot possible actions */ export declare enum RobotActionsEnum { 'alignmentLockTest' = "alignmentLockTest", 'alignmentResetTest' = "alignmentResetTest", 'alignmentTestResult' = "alignmentTestResult", 'checkCustomerTicket' = "checkCustomerTicket", 'checkIfAccessPing' = "checkIfAccessPing", 'checkIfResolvedAfterConnectionTests' = "checkIfResolvedAfterConnectionTests", 'checkIfResolvedAfterInstallationCheck' = "checkIfResolvedAfterInstallationCheck", 'checkIfResolvedAfterTests' = "checkIfResolvedAfterTests", 'checkIfSeveralConnections' = "checkIfSeveralConnections", 'checkInstallation' = "checkInstallation", 'checkProblem' = "checkProblem", 'checkSynchronizationWithoutOtherModems' = "checkSynchronizationWithoutOtherModems", 'customerPrelocChecks' = "customerPrelocChecks", 'findProblem' = "findProblem", 'installationCheck' = "installationCheck", 'lockUnlock' = "lockUnlock", 'needToRequestMonitoring' = "needToRequestMonitoring", 'needToRequestOperatorIntervention' = "needToRequestOperatorIntervention", 'needToRequestOvhIntervention' = "needToRequestOvhIntervention", 'requestMonitoring' = "requestMonitoring", 'requestOperatorIntervention' = "requestOperatorIntervention", 'requestOvhIntervention' = "requestOvhIntervention", 'seltTest' = "seltTest" } //# sourceMappingURL=RobotActionsEnum.d.ts.map