diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/Operation/IMachineOperator.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Integration/Operation/IMachineOperator.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/Operation/IMachineOperator.cs b/Software/Visual_Studio/Tango.Integration/Operation/IMachineOperator.cs index 74ae6e5cb..c99e83558 100644 --- a/Software/Visual_Studio/Tango.Integration/Operation/IMachineOperator.cs +++ b/Software/Visual_Studio/Tango.Integration/Operation/IMachineOperator.cs @@ -628,5 +628,15 @@ namespace Tango.Integration.Operation /// <param name="insertedLiters">The inserted liters.</param> /// <returns></returns> Task SetJerricanInsertedLiters(int idsPackIndex, double insertedLiters); + + /// <summary> + /// Sets the machine buzzer settings. + /// </summary> + Task SetBuzzerSettings(bool enable, int duration); + + /// <summary> + /// Sets the machine white thread skip settings. + /// </summary> + Task SetWhiteThreadSkip(bool enable); } } |
