Renamed ApierV1 to APIerSv1/ ApierV2 to APIerSv2

This commit is contained in:
adragusin
2020-01-30 14:59:06 +02:00
committed by Dan Christian Bogos
parent 54217c8428
commit 3eaf3232a1
263 changed files with 2998 additions and 2995 deletions

View File

@@ -26,7 +26,7 @@ import (
func init() {
c := &CmdSetTriggers{
name: "triggers_set",
rpcMethod: utils.ApierV1SetActionTrigger,
rpcMethod: utils.APIerSv1SetActionTrigger,
rpcParams: &v1.AttrSetActionTrigger{},
}
commands[c.Name()] = c