summaryrefslogtreecommitdiff
path: root/src/components/policy/src/policy/policy_table/table_struct/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/policy/src/policy/policy_table/table_struct/types.h')
-rw-r--r--src/components/policy/src/policy/policy_table/table_struct/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/policy/src/policy/policy_table/table_struct/types.h b/src/components/policy/src/policy/policy_table/table_struct/types.h
index 5171d9fc75..4255182528 100644
--- a/src/components/policy/src/policy/policy_table/table_struct/types.h
+++ b/src/components/policy/src/policy/policy_table/table_struct/types.h
@@ -130,6 +130,7 @@ struct ModuleConfig : CompositeType {
Optional< String<1, 100> > vehicle_make;
Optional< String<1, 100> > vehicle_model;
Optional< String<4, 4> > vehicle_year;
+ Optional< String<0, 65535> > certificate;
public:
ModuleConfig();
ModuleConfig(uint8_t exchange_after_x_ignition_cycles, int64_t exchange_after_x_kilometers, uint8_t exchange_after_x_days, uint16_t timeout_after_x_seconds, const SecondsBetweenRetries& seconds_between_retries, const ServiceEndpoints& endpoints, const NumberOfNotificationsPerMinute& notifications_per_minute_by_priority);