Fork of the espurna firmware for `mhsw` switches
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
439 B

  1. # ESPurna Update Server
  2. First version of an ESPurna update server, an API that responfs to ESPurna devices with information about the last available firmware.
  3. ## Use
  4. 1. Modify ```data/versions.js``` with info about available firmware versions depending on current model (device type) and firmware version.
  5. 1. Perform GET queries against http://<server>/<model>/<firmware_version>, for instance: ```http://192.168.1.105/espurna/0.9.1```