From 851d86f6124fafe040279b2234c7f0e2d5b153b7 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sun, 15 Mar 2020 20:57:07 +0100 Subject: [PATCH] Update README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e50c43..8f45205 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # zigbee-OTA -A collection of Zigbee OTA files. +A collection of Zigbee OTA files, see `index.json` for an overview of all available firmware files. + +## Adding new and updating existing OTA files +1. Go to this directory +2. Execute `node scripts/add.js PATH_TO_OTA_FILE` + - e.g. `node scripts/add.js ~/Downloads/WhiteLamp-Atmel-Target_0105_5.130.1.30000_0012.sbl-ota` +3. Create a PR