Skip to content

Commit 962f126

Browse files
committed
Remove networks
1 parent 588954a commit 962f126

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

generate-routes.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ const routePaths = [
6161
'/events',
6262
'/locks',
6363
'/locks/simulate',
64-
'/networks',
6564
'/noise_sensors',
6665
'/noise_sensors/noise_thresholds',
6766
'/noise_sensors/simulate',

src/lib/seam/connect/seam-http.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ import {
3232
SeamHttpDevices,
3333
SeamHttpEvents,
3434
SeamHttpLocks,
35-
SeamHttpNetworks,
3635
SeamHttpNoiseSensors,
3736
SeamHttpPhones,
3837
SeamHttpThermostats,
@@ -206,10 +205,6 @@ export class SeamHttp {
206205
return SeamHttpLocks.fromClient(this.client, this.defaults)
207206
}
208207

209-
get networks(): SeamHttpNetworks {
210-
return SeamHttpNetworks.fromClient(this.client, this.defaults)
211-
}
212-
213208
get noiseSensors(): SeamHttpNoiseSensors {
214209
return SeamHttpNoiseSensors.fromClient(this.client, this.defaults)
215210
}

0 commit comments

Comments
 (0)