Code Monkey home page Code Monkey logo

Comments (3)

brentru avatar brentru commented on July 2, 2024 1

If you want to obtain the last created_epoch or created_at, you can call aio.receive(feed.key), which will output

Data(created_epoch=None, created_at='2018-09-25T16:35:47Z', updated_at='2018-09-25T16:35:47Z', value='2', completed_at=None, feed_id=880875, expiration='1543077347.0', position=None, id='0DZJQXVVZQBDMAV0QTCPJVBR6B', lat=None, lon=None, ele=None)

Then, access the data object properties directly:
freezer.created_at
'2018-09-25T16:35:47Z'
freezer.created_epoch
print(freezer.created_epoch)
None

from adafruit_io_python.

matt-desmarais avatar matt-desmarais commented on July 2, 2024

Thank you!
I used the code below to test it and got the latest upload time. I appreciate the help!

aio = Client('user name', 'key')

feed1 = aio.receive('freezer5')
feed2 = aio.receive('freezer6')

#returns latest upload time
print("Freezer5: "+str(feed1.created_at))
print("Freezer6: "+str(feed2.created_at))

from adafruit_io_python.

brentru avatar brentru commented on July 2, 2024

No problem! Closing...

from adafruit_io_python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.