Added sleep and ping API on DispatcherSv1

This commit is contained in:
andronache
2021-07-06 17:04:20 +03:00
committed by Dan Christian Bogos
parent 3cb7081792
commit 8917043055
3 changed files with 41 additions and 0 deletions

View File

@@ -1425,6 +1425,8 @@ const (
DispatcherSv1GetProfilesForEvent = "DispatcherSv1.GetProfilesForEvent"
DispatcherServicePing = "DispatcherService.Ping"
DispatcherSv1RemoteStatus = "DispatcherSv1.RemoteStatus"
DispatcherSv1RemoteSleep = "DispatcherSv1.RemoteSleep"
DispatcherSv1RemotePing = "DispatcherSv1.RemotePing"
)
// RegistrarS APIs