Skip to content

Commit

Permalink
refactor(types): change value order to dingz order
Browse files Browse the repository at this point in the history
- order config values as in the dingz ui
  • Loading branch information
johannrichard committed Dec 6, 2020
1 parent 75e4507 commit e1f179d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/dingzTypes.ts
Expand Up @@ -90,14 +90,14 @@ export interface DingzLEDState {
}

export type DingzDimmerConfigValue =
| 'not_connected'
| 'non_dimmable'
| 'linear'
| 'incandescent'
| 'halogen'
| 'led'
| 'pulse'
| 'ohmic'
| 'not_connected';
| 'ohmic';

export interface DingzDeviceDimmerConfig {
dimmers: [
Expand Down

0 comments on commit e1f179d

Please sign in to comment.