EchoWerks circular logoEchoWerks LLCCommercial AV Automation

One project file. Every EchoWerks app.

Version 1.0.0 establishes a stable JSON envelope for the EchoWerks website, Crestron Home Automation, and future iOS and Android apps. App-specific detail stays inside data; identity, versioning, dates, and source metadata stay consistent.

Required project fields

format
echowerks.project
formatVersion
1.0.0
projectType
commercial-av or crestron-home
source
app and appVersion
id / name
Stable project identity
createdAt / updatedAt
ISO 8601 timestamps

Compatibility rules

Minimal example

{
  "format": "echowerks.project",
  "formatVersion": "1.0.0",
  "kind": "project",
  "exportedAt": "2026-07-31T12:00:00.000Z",
  "project": {
    "id": "project-id",
    "name": "Conference Room",
    "projectType": "commercial-av",
    "createdAt": "2026-07-31T12:00:00.000Z",
    "updatedAt": "2026-07-31T12:00:00.000Z",
    "source": { "app": "Echo Werks — Commercial AV Automation", "appVersion": "1.0.0" },
    "data": {}
  }
}