adapting RS NA

SLO_VehicleListFix
rforstner 2022-05-20 19:20:54 +02:00
parent d6c635adda
commit 5d06ee6468
1 changed files with 4 additions and 4 deletions

View File

@ -35,10 +35,10 @@ module TP_Mobile_RemoteServices {
~"POST /api/v3/presentation/remote-commands/<VIN>/horn-blow~",
~"POST /api/v2/presentation/remote-commands/<VIN>/horn-blow~",
~"POST /api/v2/presentation/remote-commands/<VIN>/charging-profile~",
~"GET /api/v2/presentation/remote-commands/eventPosition~",
~"POST /api/v2/presentation/remote-commands/eventPosition~",
~"GET /api/v1/presentation/remote-history/<VIN>~",
~"GET /api/v2/presentation/remote-history/<VIN>~",
~"GET /api/v2/presentation/remote-commands/eventStatus~"
~"POST /api/v2/presentation/remote-commands/eventStatus~"
)")
)
))):splitBy())
@ -65,10 +65,10 @@ module TP_Mobile_RemoteServices {
~"POST /api/v3/presentation/remote-commands/<VIN>/horn-blow~",
~"POST /api/v2/presentation/remote-commands/<VIN>/horn-blow~",
~"POST /api/v2/presentation/remote-commands/<VIN>/charging-profile~",
~"GET /api/v2/presentation/remote-commands/eventPosition~",
~"POST /api/v2/presentation/remote-commands/eventPosition~",
~"GET /api/v1/presentation/remote-history/<VIN>~",
~"GET /api/v2/presentation/remote-history/<VIN>~",
~"GET /api/v2/presentation/remote-commands/eventStatus~"
~"POST /api/v2/presentation/remote-commands/eventStatus~"
)")
)
))):splitBy()))