Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
seambot committed Oct 3, 2023
1 parent c8daf27 commit 92bfc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/seam/devicedb/public-models/device-model-v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const base_device_model_v1 = z.object({
is_device_supported: z.boolean(),
display_name: z.string(),
description: z.string(),
product_url: z.string(),
product_url: z.string().optional(),
main_connection_type: z.enum(['wifi', 'zwave', 'zigbee', 'unknown']),
aesthetic_variants: z
.object({
Expand Down

0 comments on commit 92bfc30

Please sign in to comment.