Skip to content

Commit

Permalink
Finish adding support for WaterColors
Browse files Browse the repository at this point in the history
  • Loading branch information
tagyoureit committed Dec 13, 2024
1 parent 6e56631 commit 159dd31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controller/boards/NixieBoard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export class NixieBoard extends SystemBoard {
[14, { name: 'colorlogic', desc: 'ColorLogic', isLight: true, theme: 'colorlogic' }],
[15, { name: 'spadrain', desc: 'Spa Drain' }],
[16, { name: 'pooltone', desc: 'Pool Tone', isLight: true, theme: 'pooltone' }],
[17, { name: 'watercolors', desc: 'WaterColors', isLight: true, theme: 'watercolors' }],
]);
this.valueMaps.pumpTypes = new byteValueMap([
[1, { name: 'ss', desc: 'Single Speed', maxCircuits: 8, hasAddress: false, hasBody: false, maxRelays: 1, relays: [{ id: 1, name: 'Pump On/Off' }]}],
Expand Down

0 comments on commit 159dd31

Please sign in to comment.