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 574699b commit 2de19fdCopy full SHA for 2de19fd
1 file changed
cloudevent_types.go
@@ -20,12 +20,18 @@ const (
20
// TypeUnknown is the event type for unknown events.
21
TypeUnknown = "dimo.unknown"
22
23
- // TypeEvent is the event type for vehicle events
+ // TypeEvent is the event type for multiple signals
24
TypeSignals = "dimo.signals"
25
26
+ // TypeEvent is the event type for a single signal
27
+ TypeSignal = "dimo.signal"
28
+
29
+ // TypeEvent is the event type for multiple events
30
TypeEvents = "dimo.events"
31
32
+ // TypeEvent is the event type for a single event
33
+ TypeEvent = "dimo.event"
34
35
// TypeTrigger is the event type from a vehicle trigger.
36
TypeTrigger = "dimo.trigger"
37
0 commit comments