tchellomello / python-arlo

Python Arlo is a library written in Python 2.7/3x that exposes the Netgear Arlo cameras as Python objects.
GNU Lesser General Public License v3.0
100 stars 35 forks source link

Introduced refresh_rate as property #62

Closed tchellomello closed 7 years ago

tchellomello commented 7 years ago
from pyarlo import PyArlo
arlo = PyArlo('foor', 'bar')
arlo0, arlo1, arlo2, arlo3 = arlo.cameras
arlo3.base_station.refresh_rate
15
arlo3.base_station.refresh_rate = 20
arlo3.base_station.refresh_rate
20
coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.4%) to 80.125% when pulling 3a94ddc7865741e6d70fa3238e40e77cc84fe9cf on base_attributes into ff85369115072c6d2f0f40cf3560f850d8c085ef on master.