Skip to content

Commit

Permalink
Update file-format.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XLDom authored Oct 18, 2023
1 parent 3699fd0 commit 98ce229
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/config-files/file-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -503,13 +503,9 @@ By default, `Basic CC::Set` commands are interpreted as status updates. This fla

By default, `Multilevel Switch CC::Set` commands are ignored, because they are meant to control end devices. This flag causes the driver to emit a `value event` for the `"event"` property instead, so applications can react to these commands, e.g. for remotes.

### `treatBinarySwitchSetAsReport`
### `treatSetAsReport`

By default, `BinarySwitch CC::Set` are not reporting as Value. This flag causes the driver to emit a `value report`.

### `treatThermostatModeSetAsReport`

By default, `ThermostatMode CC::Set` are not reporting as Value. This flag causes the driver to emit a `value report`.
By default, `treatSetAsReport CC::Set` are not reporting as Value. This flag causes the driver to emit a `value report`. treatSetAsReport is array of string (e.g. ["BinarySwitchCCSet", "ThermostatModeCCSet"])

### `treatDestinationEndpointAsSource`

Expand Down

0 comments on commit 98ce229

Please sign in to comment.