Skip to content

Commit

Permalink
feat: Remove unused thermostat action attempts (#1355)
Browse files Browse the repository at this point in the history
  • Loading branch information
seambot authored Dec 11, 2024
1 parent c820398 commit 2368e1e
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 2,715 deletions.
8 changes: 0 additions & 8 deletions src/lib/seam/connect/models/action-attempts/action-attempt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@ import { encode_credential_action_attempt } from './encode-credential.js'
import { lock_door_action_attempt } from './lock-door.js'
import { reset_sandbox_workspace_action_attempt } from './reset-sandbox-workspace.js'
import { scan_credential_action_attempt } from './scan-credential.js'
import { set_cool_action_attempt } from './set-cool.js'
import { set_fan_mode_action_attempt } from './set-fan-mode.js'
import { set_heat_action_attempt } from './set-heat.js'
import { set_heat_cool_action_attempt } from './set-heat-cool.js'
import { set_hvac_mode_action_attempt } from './set-hvac-mode.js'
import { set_thermostat_off_action_attempt } from './set-thermostat-off.js'
import { unlock_door_action_attempt } from './unlock-door.js'

export const action_attempt = z.union([
Expand All @@ -20,11 +16,7 @@ export const action_attempt = z.union([
...scan_credential_action_attempt.options,
...encode_credential_action_attempt.options,
...reset_sandbox_workspace_action_attempt.options,
...set_cool_action_attempt.options,
...set_heat_action_attempt.options,
...set_heat_cool_action_attempt.options,
...set_fan_mode_action_attempt.options,
...set_thermostat_off_action_attempt.options,
...set_hvac_mode_action_attempt.options,
...activate_climate_preset_action_attempt.options,
...deprecated_action_attempts,
Expand Down
33 changes: 0 additions & 33 deletions src/lib/seam/connect/models/action-attempts/set-cool.ts

This file was deleted.

33 changes: 0 additions & 33 deletions src/lib/seam/connect/models/action-attempts/set-heat-cool.ts

This file was deleted.

33 changes: 0 additions & 33 deletions src/lib/seam/connect/models/action-attempts/set-heat.ts

This file was deleted.

36 changes: 0 additions & 36 deletions src/lib/seam/connect/models/action-attempts/set-thermostat-off.ts

This file was deleted.

Loading

0 comments on commit 2368e1e

Please sign in to comment.