Skip to content

Commit

Permalink
Remove non-Matter clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
agners committed Aug 10, 2022
1 parent 6b01f51 commit 0d99365
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions matter_server/vendor/device_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,6 @@ class DoorLock(DeviceType, device_type=0x000A):
all_clusters.Scenes,
all_clusters.Groups,
all_clusters.DoorLock,
all_clusters.Alarms,
all_clusters.PollControl,
all_clusters.ElectricalMeasurement,
all_clusters.TimeSynchronization,
}
Expand Down Expand Up @@ -435,7 +433,6 @@ class Thermostat(DeviceType, device_type=0x0301):
all_clusters.Descriptor,
all_clusters.Scenes,
all_clusters.Groups,
all_clusters.Alarms,
all_clusters.Thermostat,
all_clusters.ThermostatUserInterfaceConfiguration,
all_clusters.FanControl,
Expand Down

0 comments on commit 0d99365

Please sign in to comment.