Tweaks and tunes

pull/16626/head
Franck Nijhof 2023-11-04 17:23:29 +01:00
parent 2f9651d65a
commit cde16b251b
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
1 changed files with 4 additions and 2 deletions

View File

@ -93,6 +93,8 @@ const DEVICES = [
hw_version: null, hw_version: null,
via_device_id: null, via_device_id: null,
serial_number: null, serial_number: null,
labels: [],
},
]; ];
const AREAS = [ const AREAS = [
{ {
@ -187,8 +189,8 @@ const SCHEMAS: {
}, },
boolean: { name: "Boolean", selector: { boolean: {} } }, boolean: { name: "Boolean", selector: { boolean: {} } },
time: { name: "Time", selector: { time: {} } }, time: { name: "Time", selector: { time: {} } },
// date: { name: "Date", selector: { date: {} } }, date: { name: "Date", selector: { date: {} } },
// datetime: { name: "Date Time", selector: { datetime: {} } }, datetime: { name: "Date Time", selector: { datetime: {} } },
action: { name: "Action", selector: { action: {} } }, action: { name: "Action", selector: { action: {} } },
text: { text: {
name: "Text", name: "Text",