adapting RS NA
parent
d6c635adda
commit
5d06ee6468
|
|
@ -35,10 +35,10 @@ module TP_Mobile_RemoteServices {
|
||||||
~"POST /api/v3/presentation/remote-commands/<VIN>/horn-blow~",
|
~"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>/horn-blow~",
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/charging-profile~",
|
~"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/v1/presentation/remote-history/<VIN>~",
|
||||||
~"GET /api/v2/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())
|
))):splitBy())
|
||||||
|
|
@ -65,10 +65,10 @@ module TP_Mobile_RemoteServices {
|
||||||
~"POST /api/v3/presentation/remote-commands/<VIN>/horn-blow~",
|
~"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>/horn-blow~",
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/charging-profile~",
|
~"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/v1/presentation/remote-history/<VIN>~",
|
||||||
~"GET /api/v2/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()))
|
))):splitBy()))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue