12 Commits

Author SHA1 Message Date
Nerivec
547a5520b2 fix: cleanup customParseLogic no longer needed (#1038) 2026-01-25 21:17:21 +01:00
Koen Kanters
ad3af87857 Support customParseLogic in meta 2025-12-30 15:12:37 +01:00
Nerivec
482ecc98ef feat: Add autodl for Hue (partial) (#663) 2025-02-01 21:52:10 +01:00
Nerivec
915714c13d Update readme notice 2024-11-11 18:40:48 +01:00
Nerivec
9ef6a712d6 Add link to upgrade PR in README. 2024-10-28 22:40:23 +01:00
Nerivec
ea2e6693f8 Automate via workflows. Add auto-archiving for downgrade. (#581) 2024-10-28 21:38:11 +01:00
David Beitey
f51ed04454 Add linter to automatically validate changes (#108) 2022-04-10 10:02:48 +02:00
David Beitey
a45b49f4d0 Add sha512 checksum to OTA firmwares (#25)
* Add sha512 checksum to OTA firmwares

This hashes firmware during download and adds the hash to index.json.
Additionally, this PR adds `updateall.js` script which reads all
entries and runs `add.js` on each of them (for mass updates, such as the
hash algorithm or URL encoding etc).  To allow for this to happen, this
PR adds the ability to modify entries in-place via `add.js` (if called
on an existing path in the repo).

Lastly, this normalises the path for the Gledopto firmware to
lowercase its file extensions; they were previously `.OTA` in index.json
but `.ota` in the repository & in the `url` field -- something picked up
by the mass update.

* Update README.md

Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
2021-02-04 18:11:50 +01:00
Koen Kanters
f40c94fbe2 Allow to add via url 2020-07-06 22:56:04 +02:00
Koen Kanters
851d86f612 Update README 2020-03-15 20:57:07 +01:00
Koen Kanters
993c12c810 First firmware. 2020-03-15 20:53:18 +01:00
Koen Kanters
87f1b8f08a Initial commit 2020-03-15 18:45:35 +01:00