Merge pull request #12174 from zhongwencool/gateway-ocpp-swagger-example

fix: ocpp swagger example broken
This commit is contained in:
zhongwencool 2023-12-15 11:36:27 +08:00 committed by GitHub
commit 6e6b4dd44a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -786,7 +786,7 @@ examples_gateway_confs() ->
ocpp_gateway => ocpp_gateway =>
#{ #{
summary => <<"A simple OCPP gateway config">>, summary => <<"A simple OCPP gateway config">>,
vaule => value =>
#{ #{
enable => true, enable => true,
name => <<"ocpp">>, name => <<"ocpp">>,
@ -926,7 +926,7 @@ examples_update_gateway_confs() ->
ocpp_gateway => ocpp_gateway =>
#{ #{
summary => <<"A simple OCPP gateway config">>, summary => <<"A simple OCPP gateway config">>,
vaule => value =>
#{ #{
enable => true, enable => true,
enable_stats => true, enable_stats => true,