dahua icon indicating copy to clipboard operation
dahua copied to clipboard

Lorex Floodlight support requested

Open josetann opened this issue 2 years ago • 2 comments

It's another rebadged Dahua. To test, I replaced

   return self.model.upper().startswith("ASH26")

with

   return self.model.upper().startswith("V261LC")

and it works fine. Well, I can't change the brightness, but I can turn the floodlight on and off as expected.

josetann avatar Mar 10 '23 01:03 josetann