ProductMetadata

@Serializable
data class ProductMetadata(val name: String, val archetype: ProductArchetype)

Configured metadata for a specific Device.

Constructors

Link copied to clipboard
fun ProductMetadata(name: String, archetype: ProductArchetype)

Properties

Link copied to clipboard

User-configured archetype for the device or default given by the manufacturer.

Link copied to clipboard

Human readable name for the device.