v0.7.5
Notable Changes
- Added Service and Characteristic definitions introduced with iOS 14, iPadOS 14, macOS 11, ... (e7e6d9f)
- The following services are new:
AccessoryRuntimeInformation
:- Required Characteristics:
Ping
- Optional Characteristics:
ActivityInterval
,SleepInterval
- Required Characteristics:
Diagnostics
:- Required Characteristics:
SupportedDiagnosticsSnapshot
- Required Characteristics:
WiFiTransport
:- Required Characteristics:
CurrentTransport
,WiFiCapabilities
- Optional Characteristics:
WiFiConfigurationControl
- Required Characteristics:
- The following service definitions were changed:
Lightbulb
: added the characteristicsCharacteristicValueTransitionControl
andSupportedCharacteristicValueTransitionConfiguration
(both seemed to be used for the "Ambient Lightning" feature)Doorbell
: added the optional characteristicOperatingStateResponse
WiFiRouter
: theNetworkAccessViolationControl
characteristic is now required
- The following characteristic definitions were changed:
InputDeviceType
:maxValue
changed from 5 to 6 introducing a yet unknown input device type with value 6 (specifying input device types for televisions)
- The following characteristics got added though it is not yet known to which services they should be added:
VideoAnalysisActive
TransmitPower
TransmitPowerMaximum
SignalToNoiseRation
ReceivedSignalStrengthIndication
ReceiverSensitivity
MacTransmissionMaximum
MacTransmissionCounters
EventRetransmissionMaximum
EventTransmissionCounters
DataStreamHAPTransport
DataStreamHAPTransportInterrupt
CCAEnergyDetectThreshold
CCASignalDetectThreshold
- The following services are new:
Note: All newly added services and characteristics should be considered unstable API and may change with future beta releases of Apples new os releases.