@riddix/hamh 2.1.0-alpha.401 → 2.1.0-alpha.402
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/backend/cli.js
CHANGED
|
@@ -167057,7 +167057,7 @@ var ComposedAirPurifierEndpoint = class _ComposedAirPurifierEndpoint extends End
|
|
|
167057
167057
|
if (hasWindModes) {
|
|
167058
167058
|
features2.add("Wind");
|
|
167059
167059
|
}
|
|
167060
|
-
let parentType =
|
|
167060
|
+
let parentType = BridgedNodeEndpoint.with(
|
|
167061
167061
|
BasicInformationServer2,
|
|
167062
167062
|
IdentifyServer2,
|
|
167063
167063
|
HomeAssistantEntityBehavior,
|
|
@@ -167136,6 +167136,12 @@ var ComposedAirPurifierEndpoint = class _ComposedAirPurifierEndpoint extends End
|
|
|
167136
167136
|
}
|
|
167137
167137
|
}
|
|
167138
167138
|
const parentTypeWithState = parentType.set({
|
|
167139
|
+
descriptor: {
|
|
167140
|
+
deviceTypeList: [
|
|
167141
|
+
{ deviceType: DeviceTypeId(19), revision: 3 },
|
|
167142
|
+
{ deviceType: DeviceTypeId(45), revision: 2 }
|
|
167143
|
+
]
|
|
167144
|
+
},
|
|
167139
167145
|
homeAssistantEntity: {
|
|
167140
167146
|
entity: primaryPayload,
|
|
167141
167147
|
customName: config10.customName,
|