Skip to content

Commit f69af9a

Browse files
committed
typo
1 parent 19a83b0 commit f69af9a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

data/config/mosquitto/public/role-templates.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,19 @@
5555
},
5656
{
5757
"acltype": "publishClientSend",
58-
"topic": "openWB/set/mqtt/vehicle/<id>/get/soc",
58+
"topic": "openWB/set/vehicle/<id>/get/soc",
5959
"priority": 0,
6060
"allow": true
6161
},
6262
{
6363
"acltype": "publishClientSend",
64-
"topic": "openWB/set/mqtt/vehicle/<id>/get/soc_timestamp",
64+
"topic": "openWB/set/vehicle/<id>/get/soc_timestamp",
6565
"priority": 0,
6666
"allow": true
6767
},
6868
{
6969
"acltype": "publishClientSend",
70-
"topic": "openWB/set/mqtt/vehicle/<id>/get/range",
70+
"topic": "openWB/set/vehicle/<id>/get/range",
7171
"priority": 0,
7272
"allow": true
7373
},

0 commit comments

Comments
 (0)