Zelta/Documentation

Products

Products represent different hardware lines or device types in your organization.

Creating a Product

  1. Go to Products in the sidebar
  2. Click Add Product
  3. Enter a name (e.g., "Smart Sensor v2")
  4. Optionally add a description
  5. Optionally set a Hardware ID for automatic device matching

Product Fields

| Field | Description | |-------|-------------| | Name | Display name for the product | | Description | Optional notes about the product | | Hardware ID | Identifier for automatic device-product matching |

Hardware ID

The Hardware ID enables automatic matching between devices and products.

When a device checks for updates, it can include a hardware_id in the request. If the device isn't already associated with a product, Zelta will:

  1. Look for a product with matching Hardware ID
  2. Automatically associate the device with that product
  3. Return firmware updates for that product

Example Hardware IDs

  • SENSOR_V2_REV_A - Hardware revision
  • ESP32_THERMOSTAT - Chip + product type
  • 0x1234ABCD - Manufacturer ID

Limits

| Plan | Max Products | |------|--------------| | Free | 2 | | Pro | 20 | | Enterprise | Unlimited |

Deleting Products

Deleting a product will:

  • Remove all associated firmware
  • Unlink all devices (they become "unassigned")
  • Delete update history for those devices

This action cannot be undone.