[App][Pro] Micro Web Server

Change Log

v2.2.0

  • Added: Advanced webhook data retrieval flowcard now supports array access as well.

v2.1.1

  • Added: Advanced webhook support.

v2.0.6

  • Homey Pro 2023 compatibility update. (again :angry: )

v2.0.5

  • Fixed: WebTrigger compatibility for Homey Pro 2023.

v2.0.4

  • Homey Pro 2023 compatibility update.

v2.0.3

  • Fixed: Edge case crashes.

v2.0.2

  • Updated: Added formatted card titles.

v2.0.1

  • Updated: Advanced flows compatibility update.

v2.0.0

  • Updated: Supported mime types been updated.
  • Updated: The app has been migrated to Homey App SDK v3.

v1.5.0

  • Updated: Supported mime types been updated.
  • Added: App setting to optionally auto launch the ftp service on app startup.

v1.4.0

  • Updated: Supported mime types been updated.
  • Updated: FTP greeting message now includes the app version.
  • Updated: Minor changes to the FTP server instancing to be more explicit on the interface to listen on.

v1.3.0

  • Updated: Supported mime types been updated.

v1.2.3

  • Fixed: A potential app crash issue when a certain error condition is met.
  • Updated: Sent HTTP headers are now more compliant to common standards used.

v1.2.2

  • Fixed: Now the WebServer returns proper HTTP status codes for unsupported request types.
  • Update: Upgraded to new nodejs URL api. For compatibility reasons the new version now requires Homey firmware version 4.2.0 or higher.
  • Added: Basic WebTrigger support.

v1.1.0

  • Fixed: App crashed when no index.htm/index.html file was found when calling a directory. Returns now a proper HTTP 404 as you would expect.
  • Fixed: App crashed when HTTP port was already in use or blocked.
  • Fixed: Sending url rewrites for directories without trailing slash.
  • Changed: Service startup errors (if any) are now shown on the settings page along the status of the service.
  • Changed: The start ftp server command now gives feedback when triggered by hiding itself.
  • Added: Proper handling of query data in URLs.

v1.0.1

  • Rebranding

v1.0.0

  • Initial Release