OPMAAS-4465 added 9 v4 services to EMEA,NA,CN
parent
23eb73a918
commit
2d956278f0
|
|
@ -35,7 +35,16 @@ module TP_Mobile_RemoteServices {
|
|||
~"POST /api/v3/presentation/remote-commands/<VIN>/horn-blow~",
|
||||
~"POST /api/v3/presentation/remote-commands/<VIN>/climate-timer~",
|
||||
~"POST /api/v3/presentation/remote-commands/<VIN>/light-flash~",
|
||||
~"POST /api/v3/presentation/remote-commands/<VIN>/vehicle-finder~"
|
||||
~"POST /api/v3/presentation/remote-commands/<VIN>/vehicle-finder~",
|
||||
~"POST api/v4/presentation/remote-commands/light-flash~",
|
||||
~"POST api/v4/presentation/remote-commands/horn-blow~",
|
||||
~"POST api/v4/presentation/remote-commands/door-lock~",
|
||||
~"POST api/v4/presentation/remote-commands/door-unlock~",
|
||||
~"POST api/v4/presentation/remote-commands/vehicle-finder~",
|
||||
~"POST api/v4/presentation/remote-commands/climate-now~",
|
||||
~"POST api/v4/presentation/remote-commands/climate-timer~",
|
||||
~"POST api/v4/presentation/remote-commands/eventStatus~",
|
||||
~"POST api/v4/presentation/remote-commands/eventPosition~"
|
||||
)"))))):splitBy())
|
||||
EOT
|
||||
|
||||
|
|
|
|||
|
|
@ -40,7 +40,16 @@ module TP_Mobile_RemoteServices {
|
|||
~"POST /api/v2/presentation/remote-commands/eventPosition~",
|
||||
~"POST /api/v3/presentation/remote-commands/eventPosition~",
|
||||
~"POST /api/v3/presentation/remote-commands/eventStatus~",
|
||||
~"POST /api/v2/presentation/remote-commands/eventStatus~"
|
||||
~"POST /api/v2/presentation/remote-commands/eventStatus~",
|
||||
~"POST api/v4/presentation/remote-commands/light-flash~",
|
||||
~"POST api/v4/presentation/remote-commands/horn-blow~",
|
||||
~"POST api/v4/presentation/remote-commands/door-lock~",
|
||||
~"POST api/v4/presentation/remote-commands/door-unlock~",
|
||||
~"POST api/v4/presentation/remote-commands/vehicle-finder~",
|
||||
~"POST api/v4/presentation/remote-commands/climate-now~",
|
||||
~"POST api/v4/presentation/remote-commands/climate-timer~",
|
||||
~"POST api/v4/presentation/remote-commands/eventStatus~",
|
||||
~"POST api/v4/presentation/remote-commands/eventPosition~"
|
||||
)"))))):splitBy())
|
||||
|
||||
EOT
|
||||
|
|
|
|||
|
|
@ -40,7 +40,16 @@ module TP_Mobile_RemoteServices {
|
|||
~"GET /api/v2/presentation/remote-history/<VIN>~",
|
||||
~"GET /api/v3/presentation/remote-history/<VIN>~",
|
||||
~"POST /api/v3/presentation/remote-commands/eventStatus~",
|
||||
~"POST /api/v2/presentation/remote-commands/eventStatus~"
|
||||
~"POST /api/v2/presentation/remote-commands/eventStatus~",
|
||||
~"POST api/v4/presentation/remote-commands/light-flash~",
|
||||
~"POST api/v4/presentation/remote-commands/horn-blow~",
|
||||
~"POST api/v4/presentation/remote-commands/door-lock~",
|
||||
~"POST api/v4/presentation/remote-commands/door-unlock~",
|
||||
~"POST api/v4/presentation/remote-commands/vehicle-finder~",
|
||||
~"POST api/v4/presentation/remote-commands/climate-now~",
|
||||
~"POST api/v4/presentation/remote-commands/climate-timer~",
|
||||
~"POST api/v4/presentation/remote-commands/eventStatus~",
|
||||
~"POST api/v4/presentation/remote-commands/eventPosition~"
|
||||
)"))))):splitBy())
|
||||
|
||||
EOT
|
||||
|
|
|
|||
Loading…
Reference in New Issue