From 7d9ab3b87aed944167d77244b00fbdd4224725e2 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Thu, 14 Nov 2024 14:30:42 +0200 Subject: Added support for SMS notifications on TS & X4. --- .../Visual_Studio/PPC/Tango.PPC.Common/Web/PPCWebClientBase.cs | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Web/PPCWebClientBase.cs') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/PPCWebClientBase.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/PPCWebClientBase.cs index 35150a9d6..0363285f8 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/PPCWebClientBase.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/PPCWebClientBase.cs @@ -121,6 +121,15 @@ namespace Tango.PPC.Common.Web return Post("NotifyMachineDataDownloadCompleted", request); } + /// + /// Executes the SendSMS action and returns Tango.PPC.Common.Web.SendSMSResponse. + /// + /// + public Task SendSMS(Tango.PPC.Common.Web.SendSMSRequest request) + { + return Post("SendSMS", request); + } + /// /// Executes the GetLatestVersion action and returns Tango.PPC.Common.Web.LatestVersionResponse. /// -- cgit v1.3.1