🚀 Minimum Viable Product or alpha version
For the moment:
- a script that retrieves the status of an NFC tag reader and play an album through Sonos speakers
- artist, album and URI must be pre-populated in a JSON file
- only works with Spotify URIs
The previous version played an album using an NFC tag. It worked with IOS automation, the automation triggered by NFC to activate a HomeBridge “command button” to call up this script.
This MVP version does the same thing, but more simply and more complete (shuffle, pause). Simply run the nfcreader.py
script.
💡A HomeBridge “command button” can be used to start and stop NFC tag detection.
New features introduced:
- ✨ pause and resume music
- ✨ play music using NFC tag
- ✨ allow shuffle mode
Other changes:
- 📝 update readme
- ✅ test parsing raw uid
- 👷 init ci
- 🚨 omit from formatting and linting pn532 files
- 📝 load dotenv to env
- 📝 specify function signatures
Full Changelog: v0.1.0...v0.2.0