We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700133d commit 4a0986fCopy full SHA for 4a0986f
osi_trafficsign.proto
@@ -112,14 +112,18 @@ message TrafficSignValue
112
// Day of the week.
113
// Days since Monday. Monday = 0; Tuesday = 1; ...
114
//
115
- UNIT_DAY = 13;
+ UNIT_WEEKDAY = 13;
116
117
// Percentage.
118
// Value.
119
120
// Unit: %
121
122
UNIT_PERCENTAGE = 14;
123
+
124
+ // Day of the month.
125
+ //
126
+ UNIT_DAY = 15;
127
}
128
129
// Text associated with a sign, e.g. the name of a location whose distance
0 commit comments