kbr / fritzconnection

Python-Tool to communicate with the AVM Fritz!Box by the TR-064 protocol and the AHA-HTTP-Interface
MIT License
304 stars 59 forks source link

Add connected_since property #47

Closed N1c093 closed 4 years ago

N1c093 commented 4 years ago

I just added a connected_since property. I think there is no other way to get this value, than calculating it.

It will help to resolve the issues #93 and #35 of https://github.com/mammuth/ha-fritzbox-tools

I didn't include the seconds, because the time offset from the client and fritzbox will make it inaccurate.

Do you need more information for this pull request?

N1c093 commented 4 years ago

Okay, thank you for your feedback :)

I will close this PR.