OpenEPaperLink / Home_Assistant_Integration

Home assistant Integration for the OpenEPaperLink project
https://openepaperlink.de
Apache License 2.0
149 stars 34 forks source link

Complete doc? #63

Closed emufan closed 10 months ago

emufan commented 10 months ago

Thanks a lot for this integration. It is working great!

Is there somehow a doc for available parameters? I found some in the examples, some in the types docs, but saw others in other examples, etc.

In special, are there more global parameters than?

  background: white
  rotate: 270
  ttl: 300

and for what is

  ttl: 300

in this case? I expect that it is timetolive, But what is the uom and what is happening with that and after this time?

Sorry if I only missed the explanations if already available somewhere.

jonasniesner commented 10 months ago

the ttl is optional. I will edit the documentation to reflect this. After this time, the tag will check in an check for new content

emufan commented 10 months ago

@jonasniesner Thx for the fast reply. But I still don't get it.

So after using the service call with e.g. ttl 300 it will send the picture for direct transfer (during next 40 second checkin) and but then send the ttl 300 to the tag as additional information, so that i will fot to sleep for 300 seconds check in not 40 seconds later as normal (if set this was) but only 300 seconds later instead?

Right?