Skip to content

Commit

Permalink
Disable unsupported power_on_behavior for ORAM AB3257001NJ and AC10…
Browse files Browse the repository at this point in the history
…691 (#5288)

Disable unsupported power_on_behavior for OSRAM Plugs AC10691 and AB3257001NJ
  • Loading branch information
stickpin committed Jan 8, 2023
1 parent 6538d90 commit 84e95f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devices/osram.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ module.exports = [
model: 'AB3257001NJ',
description: 'Smart+ plug',
vendor: 'OSRAM',
extend: extend.switch(),
extend: extend.switch({disablePowerOnBehavior: true}),
whiteLabel: [{vendor: 'LEDVANCE', model: 'AB3257001NJ'}, {vendor: 'LEDVANCE', model: 'AC03360'}],
ota: ota.ledvance,
configure: async (device, coordinatorEndpoint, logger) => {
Expand All @@ -226,7 +226,7 @@ module.exports = [
model: 'AC10691',
description: 'Smart+ plug',
vendor: 'OSRAM',
extend: extend.switch(),
extend: extend.switch({disablePowerOnBehavior: true}),
ota: ota.ledvance,
whiteLabel: [{vendor: 'LEDVANCE', model: 'AC10691'}],
configure: async (device, coordinatorEndpoint, logger) => {
Expand Down

0 comments on commit 84e95f5

Please sign in to comment.