OPMAAS-4465 added 9 v4 services to EMEA,NA,CN

pull-requests/143/from
Doris Ruppert 2023-06-26 16:02:57 +02:00
parent 23eb73a918
commit 2d956278f0
3 changed files with 30 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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