Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 2.33 KB

CHANGELOG.md

File metadata and controls

49 lines (33 loc) · 2.33 KB

fauxmoESP change log

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Features

  • add arduino json to LightStateChange (b8ec6cb)
  • add external server request parsing (877591f)
  • add initialize webserver to nullptr (091a702)
  • add light state change class (91e7d78)
  • add light state changing (61e58ed)
  • add more api endpoints to openAPI (197d484)
  • add openapi json file (910f6ac)
  • change README code (31491e8)
  • modify README (ee466b2)
  • rewrite library to a full implementation (98d4da2)

Bug Fixes

  • adding lights (0a8ae6b)
  • arduino json build outputs wrong json (9dd00ca)
  • wrong parsing light state change ardiunojson (ecccb52)

[1.1.2] - 2023-02-22

  • Fix minor issues with README
  • Fix minor issues with docs

[1.1.1] - 2023-02-22

  • Fix issues with build system

[1.1.0] - 2023-02-22

  • Restructured the code to make it easier to maintain
  • Change char pointers to String
  • Added documentation to public methods

[1.0.0] - 2023-02-21

  • Initial release of the fork of fauxmoESP
  • Added support for hue and saturation PR #2
  • Added redirect option PR #3
  • Fix: Device Unique ID length PR #1