Skip to content

Commit

Permalink
as: Generate go messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Vitan committed Sep 2, 2024
1 parent e5e8b62 commit 6d4e6ce
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions config/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -9989,6 +9989,15 @@
"file": "observability.go"
}
},
"event:as.down.data.ack.forward": {
"translations": {
"en": "forward downlink acknowledged"
},
"description": {
"package": "pkg/applicationserver",
"file": "observability.go"
}
},
"event:as.down.data.decode.fail": {
"translations": {
"en": "decode downlink data message failure"
Expand Down Expand Up @@ -10034,6 +10043,15 @@
"file": "observability.go"
}
},
"event:as.down.data.failed.forward": {
"translations": {
"en": "forward downlink failed"
},
"description": {
"package": "pkg/applicationserver",
"file": "observability.go"
}
},
"event:as.down.data.forward": {
"translations": {
"en": "forward downlink data message"
Expand All @@ -10043,6 +10061,24 @@
"file": "observability.go"
}
},
"event:as.down.data.nack.forward": {
"translations": {
"en": "forward downlink not acknowledged"
},
"description": {
"package": "pkg/applicationserver",
"file": "observability.go"
}
},
"event:as.down.data.queue.invalidated.forward": {
"translations": {
"en": "forward downlink queue invalidated"
},
"description": {
"package": "pkg/applicationserver",
"file": "observability.go"
}
},
"event:as.down.data.receive": {
"translations": {
"en": "receive downlink data message"
Expand All @@ -10052,6 +10088,15 @@
"file": "observability.go"
}
},
"event:as.down.data.sent.forward": {
"translations": {
"en": "forward downlink sent"
},
"description": {
"package": "pkg/applicationserver",
"file": "observability.go"
}
},
"event:as.end_device.batch.delete": {
"translations": {
"en": "batch delete end devices"
Expand Down

0 comments on commit 6d4e6ce

Please sign in to comment.