We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c133d7 commit 06e1defCopy full SHA for 06e1def
src/lib/seam/noise-sensors/noise-sensor-device.ts
@@ -7,4 +7,4 @@ export type NoiseSensorDevice = Omit<Device, 'properties'> & {
7
8
export const isNoiseSensorDevice = (
9
device: Device
10
-): device is NoiseSensorDevice => device.properties.noise_level_decibels != null
+): device is NoiseSensorDevice => device.properties.noise_level_decibels != null
0 commit comments