Skip to content

Commit

Permalink
fix: Enable OTA for newer Hue Motion Sensors (#8749)
Browse files Browse the repository at this point in the history
  • Loading branch information
mundschenk-at authored Feb 6, 2025
1 parent 3deb7bf commit 40be450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/devices/philips.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2596,6 +2596,7 @@ const definitions: DefinitionWithExtend[] = [
await endpoint.read('msOccupancySensing', ['pirOToUDelay']);
await endpoint.read('msOccupancySensing', [48], {manufacturerCode: Zcl.ManufacturerCode.SIGNIFY_NETHERLANDS_B_V});
},
ota: true,
},
{
zigbeeModel: ['SML004'],
Expand Down Expand Up @@ -2624,8 +2625,7 @@ const definitions: DefinitionWithExtend[] = [
await endpoint.read('msOccupancySensing', ['pirOToUDelay']);
await endpoint.read('msOccupancySensing', [48], {manufacturerCode: Zcl.ManufacturerCode.SIGNIFY_NETHERLANDS_B_V});
},
// Temporary disable until OTA is available: https://github.com/Koenkk/zigbee2mqtt/issues/14923
// ota: true,
ota: true,
},
{
zigbeeModel: ['LOM001'],
Expand Down

0 comments on commit 40be450

Please sign in to comment.