added v2 to RSU
parent
90c52cfbe2
commit
4796993ef4
|
|
@ -19,9 +19,9 @@ module TP_Mobile_RSU {
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
,entityName.in(
|
,entityName.in(
|
||||||
~"POST /v1/vehicle/rsustatus/finishInstallation~",
|
~"POST /v2/vehicle/rsustatus/finishInstallation~",
|
||||||
~"POST /v1/vehicle/rsustatus/preparationCompleted~",
|
~"POST /v2/vehicle/rsustatus/preparationCompleted~",
|
||||||
~"POST /v1/vehicle/rsustatus/updateAvailable~"
|
~"POST /v2/vehicle/rsustatus/updateAvailable~"
|
||||||
)"))))):splitBy())
|
)"))))):splitBy())
|
||||||
/
|
/
|
||||||
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
|
@ -31,9 +31,9 @@ module TP_Mobile_RSU {
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
,entityName.in(
|
,entityName.in(
|
||||||
~"POST /v1/vehicle/rsustatus/finishInstallation~",
|
~"POST /v2/vehicle/rsustatus/finishInstallation~",
|
||||||
~"POST /v1/vehicle/rsustatus/preparationCompleted~",
|
~"POST /v2/vehicle/rsustatus/preparationCompleted~",
|
||||||
~"POST /v1/vehicle/rsustatus/updateAvailable~"
|
~"POST /v2/vehicle/rsustatus/updateAvailable~"
|
||||||
)"))))):splitBy()))
|
)"))))):splitBy()))
|
||||||
|
|
||||||
EOT
|
EOT
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue