mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-13 04:58:09 +00:00
@ -66,6 +66,9 @@ service InternalService {
|
||||
|
||||
// GetRegion returns the region details for the given region.
|
||||
rpc GetRegion(GetRegionRequest) returns (GetRegionResponse) {}
|
||||
|
||||
// GetVersion returns the ChirpStack version.
|
||||
rpc GetVersion(google.protobuf.Empty) returns (GetVersionResponse) {}
|
||||
}
|
||||
|
||||
message ApiKey {
|
||||
@ -414,3 +417,8 @@ message RegionChannel {
|
||||
// Max DR.
|
||||
uint32 dr_max = 3;
|
||||
}
|
||||
|
||||
message GetVersionResponse {
|
||||
// version
|
||||
string version = 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user