[
  {
    "plan_id": "FREE",
    "display_name": "Free",
    "price_monthly_inr": 0,
    "price_yearly_inr": 0,
    "max_users": 1,
    "max_dashboards": 1,
    "max_devices": 2,
    "telemetry_per_minute": 120,
    "telemetry_per_day": 10000,
    "retention_days": 3,
    "min_telemetry_interval_sec": 30,
    "min_aggregation_interval_sec": 60,
    "whitelabel_enabled": false,
    "description": "For evaluation and first live test",
    "sort_order": 1,
    "is_active": true,
    "is_public_visible": true
  },
  {
    "plan_id": "HOBBY",
    "display_name": "Hobby",
    "price_monthly_inr": 199,
    "price_yearly_inr": 1999,
    "max_users": 1,
    "max_dashboards": 2,
    "max_devices": 2,
    "telemetry_per_minute": 120,
    "telemetry_per_day": 15000,
    "retention_days": 15,
    "min_telemetry_interval_sec": 10,
    "min_aggregation_interval_sec": 30,
    "whitelabel_enabled": false,
    "description": "For makers, students, and small prototypes",
    "sort_order": 2,
    "is_active": true,
    "is_public_visible": true
  },
  {
    "plan_id": "STARTER",
    "display_name": "Starter",
    "price_monthly_inr": 899,
    "price_yearly_inr": 8999,
    "max_users": 3,
    "max_dashboards": 5,
    "max_devices": 10,
    "telemetry_per_minute": 500,
    "telemetry_per_day": 100000,
    "retention_days": 60,
    "min_telemetry_interval_sec": 5,
    "min_aggregation_interval_sec": 15,
    "whitelabel_enabled": false,
    "description": "For small real deployments",
    "sort_order": 3,
    "is_active": true,
    "is_public_visible": true
  },
  {
    "plan_id": "GROWTH",
    "display_name": "Growth",
    "price_monthly_inr": 3499,
    "price_yearly_inr": 34999,
    "max_users": 10,
    "max_dashboards": 20,
    "max_devices": 100,
    "telemetry_per_minute": 3000,
    "telemetry_per_day": 1000000,
    "retention_days": 180,
    "min_telemetry_interval_sec": 1,
    "min_aggregation_interval_sec": 5,
    "whitelabel_enabled": true,
    "description": "For commercial SMB deployments",
    "sort_order": 4,
    "is_active": true,
    "is_public_visible": true
  },
  {
    "plan_id": "ENTERPRISE",
    "display_name": "ENTERPRISE",
    "price_monthly_inr": 19999,
    "price_yearly_inr": 199999,
    "max_users": 25,
    "max_dashboards": 50,
    "max_devices": 500,
    "telemetry_per_minute": 20000,
    "telemetry_per_day": 5000000,
    "retention_days": 365,
    "min_telemetry_interval_sec": 1,
    "min_aggregation_interval_sec": 1,
    "whitelabel_enabled": true,
    "description": "For serious production deployments with white-label",
    "sort_order": 5,
    "is_active": true,
    "is_public_visible": true
  }
]
