Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
0x5e committed Jun 16, 2023
1 parent b15ea22 commit 91386aa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ADVANCED_OPTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,21 @@ An example of hide camera's floodlight (`floodlight_switch`):
}
```

### Enable Adaptive Lighting

```js
{
"options": {
// ...
"deviceOverrides": [{
"id": "{device_id}",
"adaptiveLighting": true
}]
}
}
```


### Offline as off

If you want to display off status when device is offline:
Expand Down

0 comments on commit 91386aa

Please sign in to comment.