Update devices.go

This commit is contained in:
Jeffrey Walter 2020-04-20 18:13:49 -05:00 committed by GitHub
parent 6818ec9971
commit d68ae1fb4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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