Skip to content

Commit 9b64ec2

Browse files
FlorianMueller87pmai
authored andcommitted
Add HOUR to TrafficSignsValue-Unit
Issue: #635 Signed-off-by: FlorianMueller87 <[email protected]>
1 parent 3769237 commit 9b64ec2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

osi_trafficsign.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,13 @@ message TrafficSignValue
124124
// Day of the month.
125125
//
126126
UNIT_DAY = 15;
127+
128+
// Time of day.
129+
// Hour since midnight.
130+
//
131+
// Unit: h
132+
//
133+
UNIT_HOUR = 15;
127134
}
128135

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

0 commit comments

Comments
 (0)