Skip to content

Commit

Permalink
json
Browse files Browse the repository at this point in the history
  • Loading branch information
derelvis committed Nov 24, 2022
1 parent e526ba4 commit 120fcd0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
16 changes: 15 additions & 1 deletion build/lux-meta.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 15 additions & 1 deletion src/lux-meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,21 @@ export const luxMeta: Record<string, Record<string, MetaInfo | undefined>> = {
hotWaterOperationTimerTableDaySaturday: undefined,
hotWaterCircPumpTimerTableSelected: { role: 'value', type: 'number' },
hotWaterCircPumpTimerTableSelectedString: { role: 'text', type: 'string' },
hotWaterCircPumpTimerTableWeek: { role: 'value', type: 'object' },
hotWaterCircPumpTimerTableWeek: [
{
_id: 'hotWaterCircPumpTimerTableWeek',
type: 'state',
common: {
name: 'hotWaterCircPumpTimerTableWeek Json',
type: 'string',
role: 'value',
read: true,
write: true,
desc: 'set hotWaterCircPumpTimerTableWeek with a json',
},
native: {},
},
],
hotWaterCircPumpTimerTable52MonFri: undefined,
hotWaterCircPumpTimerTable52SatSun: undefined,
hotWaterCircPumpTimerTableDaySunday: undefined,
Expand Down

0 comments on commit 120fcd0

Please sign in to comment.