File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2596,6 +2596,7 @@ const definitions: DefinitionWithExtend[] = [
2596
2596
await endpoint . read ( 'msOccupancySensing' , [ 'pirOToUDelay' ] ) ;
2597
2597
await endpoint . read ( 'msOccupancySensing' , [ 48 ] , { manufacturerCode : Zcl . ManufacturerCode . SIGNIFY_NETHERLANDS_B_V } ) ;
2598
2598
} ,
2599
+ ota : true ,
2599
2600
} ,
2600
2601
{
2601
2602
zigbeeModel : [ 'SML004' ] ,
@@ -2624,8 +2625,7 @@ const definitions: DefinitionWithExtend[] = [
2624
2625
await endpoint . read ( 'msOccupancySensing' , [ 'pirOToUDelay' ] ) ;
2625
2626
await endpoint . read ( 'msOccupancySensing' , [ 48 ] , { manufacturerCode : Zcl . ManufacturerCode . SIGNIFY_NETHERLANDS_B_V } ) ;
2626
2627
} ,
2627
- // Temporary disable until OTA is available: https://github.com/Koenkk/zigbee2mqtt/issues/14923
2628
- // ota: true,
2628
+ ota : true ,
2629
2629
} ,
2630
2630
{
2631
2631
zigbeeModel : [ 'LOM001' ] ,
You can’t perform that action at this time.
0 commit comments