Skip to content

Commit

Permalink
api: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
johanstokking committed Jul 23, 2024
1 parent 78b2084 commit 96cc713
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/ttn/lorawan/v3/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -5501,7 +5501,7 @@ Identifies an end device model with version information.

| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| `cpu_temperature` | [`google.protobuf.FloatValue`](#google.protobuf.FloatValue) | | CPU temperature (Celcius). |
| `cpu_temperature` | [`google.protobuf.FloatValue`](#google.protobuf.FloatValue) | | CPU temperature (Celsius). |

### <a name="ttn.lorawan.v3.ManagedGatewayWiFiAccessPoint">Message `ManagedGatewayWiFiAccessPoint`</a>

Expand Down
2 changes: 1 addition & 1 deletion api/ttn/lorawan/v3/api.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -26434,7 +26434,7 @@
"cpu_temperature": {
"type": "number",
"format": "float",
"description": "CPU temperature (Celcius)."
"description": "CPU temperature (Celsius)."
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion api/ttn/lorawan/v3/gateway.proto
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ message ManagedGatewayNetworkInterfaceAddresses {
}

message ManagedGatewaySystemStatus {
// CPU temperature (Celcius).
// CPU temperature (Celsius).
google.protobuf.FloatValue cpu_temperature = 1;
}

Expand Down
2 changes: 1 addition & 1 deletion pkg/ttnpb/gateway.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/js/generated/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -24669,7 +24669,7 @@
"fields": [
{
"name": "cpu_temperature",
"description": "CPU temperature (Celcius).",
"description": "CPU temperature (Celsius).",
"label": "",
"type": "FloatValue",
"longType": "google.protobuf.FloatValue",
Expand Down

0 comments on commit 96cc713

Please sign in to comment.