File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ const routePaths = [
61
61
'/events' ,
62
62
'/locks' ,
63
63
'/locks/simulate' ,
64
- '/networks' ,
65
64
'/noise_sensors' ,
66
65
'/noise_sensors/noise_thresholds' ,
67
66
'/noise_sensors/simulate' ,
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ import {
32
32
SeamHttpDevices ,
33
33
SeamHttpEvents ,
34
34
SeamHttpLocks ,
35
- SeamHttpNetworks ,
36
35
SeamHttpNoiseSensors ,
37
36
SeamHttpPhones ,
38
37
SeamHttpThermostats ,
@@ -206,10 +205,6 @@ export class SeamHttp {
206
205
return SeamHttpLocks . fromClient ( this . client , this . defaults )
207
206
}
208
207
209
- get networks ( ) : SeamHttpNetworks {
210
- return SeamHttpNetworks . fromClient ( this . client , this . defaults )
211
- }
212
-
213
208
get noiseSensors ( ) : SeamHttpNoiseSensors {
214
209
return SeamHttpNoiseSensors . fromClient ( this . client , this . defaults )
215
210
}
You can’t perform that action at this time.
0 commit comments