Skip to content

Commit

Permalink
0.181.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogerheijde committed Feb 13, 2024
1 parent ebbc3b2 commit 578101b
Show file tree
Hide file tree
Showing 52 changed files with 1,361 additions and 1,374 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog Hiber API

### 0.181 (2024-02-13)

##### Value

- Renamed `Value.Numeric.*.Unit` to specific names, to make it the enum names clearer.

### 0.180 (2024-02-06)

##### EventService
Expand Down
Binary file removed base.desc
Binary file not shown.
Binary file removed base.proto.desc
Binary file not shown.
Binary file removed certificate.proto.desc
Binary file not shown.
19 changes: 0 additions & 19 deletions device_type.proto.desc

This file was deleted.

Binary file removed device_type_service.proto.desc
Binary file not shown.
28 changes: 14 additions & 14 deletions docs/enum-json/value.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[{
"name": "Unit",
"name": "BatteryLevelUnit",
"description": "other units will be added here later, like voltage",
"values": {
"PERCENT": "Battery level as a percentage (technically not a unit)."
}
},{
"name": "Unit",
"name": "DistanceUnit",
"description": "",
"values": {
"METER": ""
Expand All @@ -19,7 +19,7 @@
,"NAUTICAL_MILE": "This is a special case unit and may not be auto-converted to your UnitPreference."
}
},{
"name": "Unit",
"name": "DurationUnit",
"description": "",
"values": {
"MILLISECONDS": ""
Expand All @@ -30,14 +30,14 @@
,"WEEKS": ""
}
},{
"name": "Unit",
"name": "FlowUnit",
"description": "",
"values": {
"CUBIC_METER_PER_HOUR": ""
,"BARRELS_PER_DAY": ""
}
},{
"name": "Unit",
"name": "FuelEfficiencyUnit",
"description": "",
"values": {
"LITER_PER_100_KILOMETER": ""
Expand All @@ -49,40 +49,40 @@
,"MILE_PER_LITER": ""
}
},{
"name": "Unit",
"name": "MassUnit",
"description": "",
"values": {
"KILOGRAMS": ""
,"POUNDS": ""
}
},{
"name": "Unit",
"name": "PercentageUnit",
"description": "",
"values": {
"PERCENT": "Technically not a unit, but for consistency, we've added it here."
}
},{
"name": "Unit",
"name": "PressureUnit",
"description": "",
"values": {
"BAR": ""
,"PSI": ""
,"K_PA": ""
}
},{
"name": "Unit",
"name": "RateUnit",
"description": "",
"values": {
"ITEMS_PER_24_HOURS": "The amount of items counted in a 24 hour window."
}
},{
"name": "Unit",
"name": "RotationSpeedUnit",
"description": "",
"values": {
"REVOLUTIONS_PER_MINUTE": ""
}
},{
"name": "Unit",
"name": "SpeedUnit",
"description": "",
"values": {
"KILOMETERS_PER_HOUR": ""
Expand All @@ -91,7 +91,7 @@
,"MILES_PER_HOUR": ""
}
},{
"name": "Unit",
"name": "TemperatureUnit",
"description": "",
"values": {
"KELVIN": ""
Expand Down Expand Up @@ -119,13 +119,13 @@
,"RATE": ""
}
},{
"name": "Unit",
"name": "VoltageUnit",
"description": "",
"values": {
"MILLIVOLT": ""
}
},{
"name": "Unit",
"name": "VolumeUnit",
"description": "",
"values": {
"LITER": ""
Expand Down
Loading

0 comments on commit 578101b

Please sign in to comment.