Update devices.go
This commit is contained in:
parent
6818ec9971
commit
d68ae1fb4c
@ -105,7 +105,7 @@ func (d Device) IsCamera() bool {
|
|||||||
switch(d.DeviceType) {
|
switch(d.DeviceType) {
|
||||||
case
|
case
|
||||||
DeviceTypeCamera,
|
DeviceTypeCamera,
|
||||||
DeviceTypeArloQ,
|
DeviceTypeArloQ:
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
return false
|
return false
|
||||||
|
Loading…
Reference in New Issue
Block a user