Skip to content

Commit 3769237

Browse files
FlorianMueller87pmai
authored andcommitted
Add DAY to TrafficSign-Value-Unit and change DAY to WEEKDAY
Issue: #635 Signed-off-by: FlorianMueller87 <florian.b.mueller@gmx.de>
1 parent 88373c7 commit 3769237

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

osi_trafficsign.proto

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,18 @@ message TrafficSignValue
112112
// Day of the week.
113113
// Days since Monday. Monday = 0; Tuesday = 1; ...
114114
//
115-
UNIT_DAY = 13;
115+
UNIT_WEEKDAY = 13;
116116

117117
// Percentage.
118118
// Value.
119119
//
120120
// Unit: %
121121
//
122122
UNIT_PERCENTAGE = 14;
123+
124+
// Day of the month.
125+
//
126+
UNIT_DAY = 15;
123127
}
124128

125129
// Text associated with a sign, e.g. the name of a location whose distance

0 commit comments

Comments
 (0)