We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MQTT
published
value
Webhooks
triggered
called
SSDP
Devices
meta.revision
meta.serial
adapter
shared.js
Store
uuid
Vault
identifier
Endpoints
layout
pages
name
¹) If not setted, no default values for "manufacturer" & "model" are set, the meta object does not exists on the item data. ChatGTP says:
meta
static schema() { return Joi.object({ _id: Joi.string().pattern(/^[0-9a-fA-F]{24}$/).default(() => { return String(new mongodb.ObjectId()); }), name: Joi.string().required(), room: Joi.string().pattern(/^[0-9a-fA-F]{24}$/).allow(null).default(null), enabled: Joi.boolean().default(true), interfaces: Joi.array().items(Interface.schema()).default([]), meta: Joi.object({ manufacturer: Joi.string().allow(null).default(null), model: Joi.string().allow(null).default(null), revision: Joi.number().allow(null).default(null), serial: Joi.string().allow(null).default(null) }).default({ manufacturer: null, model: null, revision: null, serial: null }), icon: Joi.string().allow(null).default(null) }); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
MQTT
published
value
field?Webhooks
triggered
/called
timestampsSSDP
Devices
meta.revision
?meta.serial
?adapter
property, see Refactor interfaceStreams/WebSocket server/shared.js
#440Store
uuid
propertyVault
identifier
propertyEndpoints
layout
/pages
property for styling GUI Remotes: Add "grid system" for commands/states layout frontend#125 & Change endpoint schema to support custom page layouts #428identifier
property: Change "endpoint" schema #438name
property¹) If not setted, no default values for "manufacturer" & "model" are set, the
meta
object does not exists on the item data. ChatGTP says:The text was updated successfully, but these errors were encountered: