Skip to content

Commit

Permalink
Remove unused characters from characteristic and service type UUIDs
Browse files Browse the repository at this point in the history
  • Loading branch information
brutella committed Apr 14, 2016
1 parent 7c8a170 commit 2fe2d89
Show file tree
Hide file tree
Showing 123 changed files with 136 additions and 123 deletions.
2 changes: 1 addition & 1 deletion characteristic/accessory_identifier.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// THIS FILE IS AUTO-GENERATED
package characteristic

const TypeAccessoryIdentifier = "00000057-0000-1000-8000-0026BB765291"
const TypeAccessoryIdentifier = "57"

type AccessoryIdentifier struct {
*String
Expand Down
2 changes: 1 addition & 1 deletion characteristic/administrator_only_access.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// THIS FILE IS AUTO-GENERATED
package characteristic

const TypeAdministratorOnlyAccess = "00000001-0000-1000-8000-0026BB765291"
const TypeAdministratorOnlyAccess = "1"

type AdministratorOnlyAccess struct {
*Bool
Expand Down
2 changes: 1 addition & 1 deletion characteristic/air_particulate_density.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// THIS FILE IS AUTO-GENERATED
package characteristic

const TypeAirParticulateDensity = "00000064-0000-1000-8000-0026BB765291"
const TypeAirParticulateDensity = "64"

type AirParticulateDensity struct {
*Float
Expand Down
2 changes: 1 addition & 1 deletion characteristic/air_particulate_size.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const (
AirParticulateSize10Μm int = 1
)

const TypeAirParticulateSize = "00000065-0000-1000-8000-0026BB765291"
const TypeAirParticulateSize = "65"

type AirParticulateSize struct {
*Int
Expand Down
2 changes: 1 addition & 1 deletion characteristic/air_quality.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const (
AirQualityPoor int = 5
)

const TypeAirQuality = "00000095-0000-1000-8000-0026BB765291"
const TypeAirQuality = "95"

type AirQuality struct {
*Int
Expand Down
2 changes: 1 addition & 1 deletion characteristic/audio_feedback.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// THIS FILE IS AUTO-GENERATED
package characteristic

const TypeAudioFeedback = "00000005-0000-1000-8000-0026BB765291"
const TypeAudioFeedback = "5"

type AudioFeedback struct {
*Bool
Expand Down
2 changes: 1 addition & 1 deletion characteristic/battery_level.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// THIS FILE IS AUTO-GENERATED
package characteristic

const TypeBatteryLevel = "00000068-0000-1000-8000-0026BB765291"
const TypeBatteryLevel = "68"

type BatteryLevel struct {
*Int
Expand Down
2 changes: 1 addition & 1 deletion characteristic/brightness.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// THIS FILE IS AUTO-GENERATED
package characteristic

const TypeBrightness = "00000008-0000-1000-8000-0026BB765291"
const TypeBrightness = "8"

type Brightness struct {
*Int
Expand Down
2 changes: 1 addition & 1 deletion characteristic/carbon_dioxide_detected.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const (
CarbonDioxideDetectedCO2LevelsAbnormal int = 1
)

const TypeCarbonDioxideDetected = "00000092-0000-1000-8000-0026BB765291"
const TypeCarbonDioxideDetected = "92"

type CarbonDioxideDetected struct {
*Int
Expand Down
2 changes: 1 addition & 1 deletion characteristic/carbon_dioxide_level.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// THIS FILE IS AUTO-GENERATED
package characteristic

const TypeCarbonDioxideLevel = "00000093-0000-1000-8000-0026BB765291"
const TypeCarbonDioxideLevel = "93"

type CarbonDioxideLevel struct {
*Float
Expand Down
2 changes: 1 addition & 1 deletion characteristic/carbon_dioxide_peak_level.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// THIS FILE IS AUTO-GENERATED
package characteristic

const TypeCarbonDioxidePeakLevel = "00000094-0000-1000-8000-0026BB765291"
const TypeCarbonDioxidePeakLevel = "94"

type CarbonDioxidePeakLevel struct {
*Float
Expand Down
2 changes: 1 addition & 1 deletion characteristic/carbon_monoxide_detected.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const (
CarbonMonoxideDetectedCOLevelsAbnormal int = 1
)

const TypeCarbonMonoxideDetected = "00000069-0000-1000-8000-0026BB765291"
const TypeCarbonMonoxideDetected = "69"

type CarbonMonoxideDetected struct {
*Int
Expand Down
2 changes: 1 addition & 1 deletion characteristic/carbon_monoxide_level.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// THIS FILE IS AUTO-GENERATED
package characteristic

const TypeCarbonMonoxideLevel = "00000090-0000-1000-8000-0026BB765291"
const TypeCarbonMonoxideLevel = "90"

type CarbonMonoxideLevel struct {
*Float
Expand Down
2 changes: 1 addition & 1 deletion characteristic/carbon_monoxide_peak_level.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// THIS FILE IS AUTO-GENERATED
package characteristic

const TypeCarbonMonoxidePeakLevel = "00000091-0000-1000-8000-0026BB765291"
const TypeCarbonMonoxidePeakLevel = "91"

type CarbonMonoxidePeakLevel struct {
*Float
Expand Down
2 changes: 1 addition & 1 deletion characteristic/category.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// THIS FILE IS AUTO-GENERATED
package characteristic

const TypeCategory = "000000A3-0000-1000-8000-0026BB765291"
const TypeCategory = "A3"

type Category struct {
*Int
Expand Down
2 changes: 1 addition & 1 deletion characteristic/charging_state.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const (
ChargingStateCharging int = 1
)

const TypeChargingState = "0000008F-0000-1000-8000-0026BB765291"
const TypeChargingState = "8F"

type ChargingState struct {
*Int
Expand Down
2 changes: 1 addition & 1 deletion characteristic/configure_bridged_accessory.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// THIS FILE IS AUTO-GENERATED
package characteristic

const TypeConfigureBridgedAccessory = "000000A0-0000-1000-8000-0026BB765291"
const TypeConfigureBridgedAccessory = "A0"

type ConfigureBridgedAccessory struct {
*Bytes
Expand Down
2 changes: 1 addition & 1 deletion characteristic/configure_bridged_accessory_status.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// THIS FILE IS AUTO-GENERATED
package characteristic

const TypeConfigureBridgedAccessoryStatus = "0000009D-0000-1000-8000-0026BB765291"
const TypeConfigureBridgedAccessoryStatus = "9D"

type ConfigureBridgedAccessoryStatus struct {
*Bytes
Expand Down
2 changes: 1 addition & 1 deletion characteristic/contact_sensor_state.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const (
ContactSensorStateContactNotDetected int = 1
)

const TypeContactSensorState = "0000006A-0000-1000-8000-0026BB765291"
const TypeContactSensorState = "6A"

type ContactSensorState struct {
*Int
Expand Down
2 changes: 1 addition & 1 deletion characteristic/cooling_threshold_temperature.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// THIS FILE IS AUTO-GENERATED
package characteristic

const TypeCoolingThresholdTemperature = "0000000D-0000-1000-8000-0026BB765291"
const TypeCoolingThresholdTemperature = "D"

type CoolingThresholdTemperature struct {
*Float
Expand Down
2 changes: 1 addition & 1 deletion characteristic/current_ambient_light_level.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// THIS FILE IS AUTO-GENERATED
package characteristic

const TypeCurrentAmbientLightLevel = "0000006B-0000-1000-8000-0026BB765291"
const TypeCurrentAmbientLightLevel = "6B"

type CurrentAmbientLightLevel struct {
*Float
Expand Down
2 changes: 1 addition & 1 deletion characteristic/current_door_state.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const (
CurrentDoorStateStopped int = 4
)

const TypeCurrentDoorState = "0000000E-0000-1000-8000-0026BB765291"
const TypeCurrentDoorState = "E"

type CurrentDoorState struct {
*Int
Expand Down
2 changes: 1 addition & 1 deletion characteristic/current_heating_cooling_state.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const (
CurrentHeatingCoolingStateCool int = 2
)

const TypeCurrentHeatingCoolingState = "0000000F-0000-1000-8000-0026BB765291"
const TypeCurrentHeatingCoolingState = "F"

type CurrentHeatingCoolingState struct {
*Int
Expand Down
2 changes: 1 addition & 1 deletion characteristic/current_horizontal_tilt_angle.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// THIS FILE IS AUTO-GENERATED
package characteristic

const TypeCurrentHorizontalTiltAngle = "0000006C-0000-1000-8000-0026BB765291"
const TypeCurrentHorizontalTiltAngle = "6C"

type CurrentHorizontalTiltAngle struct {
*Int
Expand Down
2 changes: 1 addition & 1 deletion characteristic/current_position.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// THIS FILE IS AUTO-GENERATED
package characteristic

const TypeCurrentPosition = "0000006D-0000-1000-8000-0026BB765291"
const TypeCurrentPosition = "6D"

type CurrentPosition struct {
*Int
Expand Down
2 changes: 1 addition & 1 deletion characteristic/current_relative_humidity.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// THIS FILE IS AUTO-GENERATED
package characteristic

const TypeCurrentRelativeHumidity = "00000010-0000-1000-8000-0026BB765291"
const TypeCurrentRelativeHumidity = "10"

type CurrentRelativeHumidity struct {
*Float
Expand Down
2 changes: 1 addition & 1 deletion characteristic/current_temperature.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// THIS FILE IS AUTO-GENERATED
package characteristic

const TypeCurrentTemperature = "00000011-0000-1000-8000-0026BB765291"
const TypeCurrentTemperature = "11"

type CurrentTemperature struct {
*Float
Expand Down
2 changes: 1 addition & 1 deletion characteristic/current_time.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// THIS FILE IS AUTO-GENERATED
package characteristic

const TypeCurrentTime = "0000009B-0000-1000-8000-0026BB765291"
const TypeCurrentTime = "9B"

type CurrentTime struct {
*String
Expand Down
2 changes: 1 addition & 1 deletion characteristic/current_vertical_tilt_angle.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// THIS FILE IS AUTO-GENERATED
package characteristic

const TypeCurrentVerticalTiltAngle = "0000006E-0000-1000-8000-0026BB765291"
const TypeCurrentVerticalTiltAngle = "6E"

type CurrentVerticalTiltAngle struct {
*Int
Expand Down
2 changes: 1 addition & 1 deletion characteristic/day_of_the_week.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// THIS FILE IS AUTO-GENERATED
package characteristic

const TypeDayOfTheWeek = "00000098-0000-1000-8000-0026BB765291"
const TypeDayOfTheWeek = "98"

type DayOfTheWeek struct {
*Int
Expand Down
2 changes: 1 addition & 1 deletion characteristic/discover_bridged_accessories.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const (
DiscoverBridgedAccessoriesStopDiscovery int = 1
)

const TypeDiscoverBridgedAccessories = "0000009E-0000-1000-8000-0026BB765291"
const TypeDiscoverBridgedAccessories = "9E"

type DiscoverBridgedAccessories struct {
*Int
Expand Down
2 changes: 1 addition & 1 deletion characteristic/discovered_bridged_accessories.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// THIS FILE IS AUTO-GENERATED
package characteristic

const TypeDiscoveredBridgedAccessories = "0000009F-0000-1000-8000-0026BB765291"
const TypeDiscoveredBridgedAccessories = "9F"

type DiscoveredBridgedAccessories struct {
*Int
Expand Down
2 changes: 1 addition & 1 deletion characteristic/firmware_revision.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// THIS FILE IS AUTO-GENERATED
package characteristic

const TypeFirmwareRevision = "00000052-0000-1000-8000-0026BB765291"
const TypeFirmwareRevision = "52"

type FirmwareRevision struct {
*String
Expand Down
2 changes: 1 addition & 1 deletion characteristic/hardware_revision.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// THIS FILE IS AUTO-GENERATED
package characteristic

const TypeHardwareRevision = "00000053-0000-1000-8000-0026BB765291"
const TypeHardwareRevision = "53"

type HardwareRevision struct {
*String
Expand Down
2 changes: 1 addition & 1 deletion characteristic/heating_threshold_temperature.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// THIS FILE IS AUTO-GENERATED
package characteristic

const TypeHeatingThresholdTemperature = "00000012-0000-1000-8000-0026BB765291"
const TypeHeatingThresholdTemperature = "12"

type HeatingThresholdTemperature struct {
*Float
Expand Down
2 changes: 1 addition & 1 deletion characteristic/hold_position.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// THIS FILE IS AUTO-GENERATED
package characteristic

const TypeHoldPosition = "0000006F-0000-1000-8000-0026BB765291"
const TypeHoldPosition = "6F"

type HoldPosition struct {
*Bool
Expand Down
2 changes: 1 addition & 1 deletion characteristic/hue.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// THIS FILE IS AUTO-GENERATED
package characteristic

const TypeHue = "00000013-0000-1000-8000-0026BB765291"
const TypeHue = "13"

type Hue struct {
*Float
Expand Down
2 changes: 1 addition & 1 deletion characteristic/identify.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// THIS FILE IS AUTO-GENERATED
package characteristic

const TypeIdentify = "00000014-0000-1000-8000-0026BB765291"
const TypeIdentify = "14"

type Identify struct {
*Bool
Expand Down
2 changes: 1 addition & 1 deletion characteristic/leak_detected.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const (
LeakDetectedLeakDetected int = 1
)

const TypeLeakDetected = "00000070-0000-1000-8000-0026BB765291"
const TypeLeakDetected = "70"

type LeakDetected struct {
*Int
Expand Down
2 changes: 1 addition & 1 deletion characteristic/link_quality.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// THIS FILE IS AUTO-GENERATED
package characteristic

const TypeLinkQuality = "0000009C-0000-1000-8000-0026BB765291"
const TypeLinkQuality = "9C"

type LinkQuality struct {
*Int
Expand Down
2 changes: 1 addition & 1 deletion characteristic/lock_control_point.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// THIS FILE IS AUTO-GENERATED
package characteristic

const TypeLockControlPoint = "00000019-0000-1000-8000-0026BB765291"
const TypeLockControlPoint = "19"

type LockControlPoint struct {
*Bytes
Expand Down
2 changes: 1 addition & 1 deletion characteristic/lock_current_state.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const (
LockCurrentStateUnknown int = 3
)

const TypeLockCurrentState = "0000001D-0000-1000-8000-0026BB765291"
const TypeLockCurrentState = "1D"

type LockCurrentState struct {
*Int
Expand Down
2 changes: 1 addition & 1 deletion characteristic/lock_last_known_action.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const (
LockLastKnownActionSecuredByAutoSecureTimeout int = 8
)

const TypeLockLastKnownAction = "0000001C-0000-1000-8000-0026BB765291"
const TypeLockLastKnownAction = "1C"

type LockLastKnownAction struct {
*Int
Expand Down
2 changes: 1 addition & 1 deletion characteristic/lock_management_auto_security_timeout.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// THIS FILE IS AUTO-GENERATED
package characteristic

const TypeLockManagementAutoSecurityTimeout = "0000001A-0000-1000-8000-0026BB765291"
const TypeLockManagementAutoSecurityTimeout = "1A"

type LockManagementAutoSecurityTimeout struct {
*Int
Expand Down
Loading

0 comments on commit 2fe2d89

Please sign in to comment.