Skip to content

Commit

Permalink
Merge pull request #104 from malteu/battery-service-characteristics
Browse files Browse the repository at this point in the history
Added missing characteristics from battery service
  • Loading branch information
dinesharjani authored Sep 25, 2023
2 parents 4ff48a3 + 7a3a0fe commit bdde5bd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions v1/characteristic_uuids.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,16 @@
{ "name": "Apparent Wind Speed", "identifier": "org.bluetooth.characteristic.apparent_wind_speed", "uuid": "2A72" , "source": "gss"},
{ "name": "Appearance", "identifier": "org.bluetooth.characteristic.gap.appearance", "uuid": "2A01" , "source": "gss"},
{ "name": "Barometric Pressure Trend", "identifier": "org.bluetooth.characteristic.barometric_pressure_trend", "uuid": "2AA3" , "source": "gss"},
{ "name": "Battery Critical Status", "identifier": "org.bluetooth.characteristic.battery_critical_status", "uuid": "2BE9" , "source": "gss"},
{ "name": "Battery Energy Status", "identifier": "org.bluetooth.characteristic.battery_energy_status", "uuid": "2BF0" , "source": "gss"},
{ "name": "Battery Health Information", "identifier": "org.bluetooth.characteristic.battery_health_information", "uuid": "2BEB" , "source": "gss"},
{ "name": "Battery Health Status", "identifier": "org.bluetooth.characteristic.battery_health_status", "uuid": "2BEA" , "source": "gss"},
{ "name": "Battery Information", "identifier": "org.bluetooth.characteristic.battery_information", "uuid": "2BEC" , "source": "gss"},
{ "name": "Battery Level", "identifier": "org.bluetooth.characteristic.battery_level", "uuid": "2A19" , "source": "gss"},
{ "name": "Battery Level State", "identifier": "org.bluetooth.characteristic.battery_level_state", "uuid": "2A1B" , "source": "gss"},
{ "name": "Battery Level Status", "identifier": "org.bluetooth.characteristic.battery_level_status", "uuid": "2BED" , "source": "gss"},
{ "name": "Battery Power State", "identifier": "org.bluetooth.characteristic.battery_power_state", "uuid": "2A1A" , "source": "gss"},
{ "name": "Battery Time Status", "identifier": "org.bluetooth.characteristic.battery_time_status", "uuid": "2BEE" , "source": "gss"},
{ "name": "Blood Pressure Feature", "identifier": "org.bluetooth.characteristic.blood_pressure_feature", "uuid": "2A49" , "source": "gss"},
{ "name": "Blood Pressure Measurement", "identifier": "org.bluetooth.characteristic.blood_pressure_measurement", "uuid": "2A35" , "source": "gss"},
{ "name": "Body Composition Feature", "identifier": "org.bluetooth.characteristic.body_composition_feature", "uuid": "2A9B" , "source": "gss"},
Expand Down Expand Up @@ -61,6 +68,7 @@
{ "name": "DST Offset", "identifier": "org.bluetooth.characteristic.dst_offset", "uuid": "2A0D" , "source": "gss" },
{ "name": "Elevation", "identifier": "org.bluetooth.characteristic.elevation", "uuid": "2A6C" , "source": "gss" },
{ "name": "Email Address", "identifier": "org.bluetooth.characteristic.email_address", "uuid": "2A87" , "source": "gss" },
{ "name": "Estimated Service Date", "identifier": "org.bluetooth.characteristic.estimated_service_date", "uuid": "2BEF" , "source": "gss" },
{ "name": "Exact Time 100", "identifier": "org.bluetooth.characteristic.exact_time.100", "uuid": "2A0B" , "source": "gss" },
{ "name": "Exact Time 256", "identifier": "org.bluetooth.characteristic.exact_time.256", "uuid": "2A0C" , "source": "gss" },
{ "name": "Fat Burn Heart Rate Lower Limit", "identifier": "org.bluetooth.characteristic.fat_burn_heart_rate_lower_limit", "uuid": "2A88", "source": "gss" },
Expand Down

0 comments on commit bdde5bd

Please sign in to comment.