Skip to content

Commit 9a4f1da

Browse files
committed
mark LocalAuthListEnabled configuration as rebootRequired
1 parent 3af8343 commit 9a4f1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MicroOcpp/Model/Authorization/AuthorizationService.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ using namespace MicroOcpp;
2424

2525
AuthorizationService::AuthorizationService(Context& context, std::shared_ptr<FilesystemAdapter> filesystem) : MemoryManaged("v16.Authorization.AuthorizationService"), context(context), filesystem(filesystem) {
2626

27-
localAuthListEnabledBool = declareConfiguration<bool>("LocalAuthListEnabled", true);
27+
localAuthListEnabledBool = declareConfiguration<bool>("LocalAuthListEnabled", true, CONFIGURATION_FN, false, true);
2828
declareConfiguration<int>("LocalAuthListMaxLength", MO_LocalAuthListMaxLength, CONFIGURATION_VOLATILE, true);
2929
declareConfiguration<int>("SendLocalListMaxLength", MO_SendLocalListMaxLength, CONFIGURATION_VOLATILE, true);
3030

0 commit comments

Comments
 (0)