fronzbot / blinkpy

A Python library for the Blink Camera system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Report Doorbell Properties Similar to Cameras

sissiwup opened this issue · comments

commented

{'name': 'CamB0', 'camera_id': '1234', 'serial': '12345', 'temperature': None, 'temperature_c': None, 'temperature_calibrated': None, 'battery': 'ok', 'battery_voltage': None, 'thumbnail': '*', 'video': None, 'motion_enabled': True, 'motion_detected': False, 'wifi_strength': None, 'network_id': 123, 'sync_module': 'syncName', 'last_record': None, 'type': 'lotus'}

Blink Doorbell did not deliver voltage, temp and wifi_strength. A Doorbell can you recognize from type "lotus".
Can you integrate Doorbells as well as Cameras?

API endpoint has to be uncovered to get that information. It would be great to include it once (if) it's found!