Initial commit
This commit is contained in:
9
src/systemData/inspectionDecision.js
Normal file
9
src/systemData/inspectionDecision.js
Normal file
@ -0,0 +1,9 @@
|
||||
var InspectionDecision = {
|
||||
DoNothing: 'doNothing',
|
||||
EndOperation: 'endOperation',
|
||||
Retry: 'retry',
|
||||
Reconnect: 'reconnect',
|
||||
Subscribed: 'subscribed'
|
||||
};
|
||||
|
||||
module.exports = InspectionDecision;
|
Reference in New Issue
Block a user