Skip to content

Releases: DevJasperNL/CodeCasa

1.14.1

08 Mar 20:16
db3d171

Choose a tag to compare

🐛 Bug Fixes

  • #208 Making sure RgbColor and ColorTempKelvin won't be sent at the same time.

1.14.0

08 Mar 15:31
5473b39

Choose a tag to compare

💥 Breaking changes

  • #207 Allowing ResettableTimeoutNode to keep its state.

1.13.0

07 Mar 21:16
f7d6000

Choose a tag to compare

💥 Breaking changes

1.12.0

27 Feb 16:48
25abf6a

Choose a tag to compare

✨ New features

  • #203 Implementing motion sensor in CodeCasa.NetDaemon.Sensors.Composite
  • #205 Implemented CodeCasa.Lights.Timelines

⚡ Enhancements

  • #202 Implementation of internal logging context to better be able to log the hierarchy of pipelines and nodes.
  • #204 Improved logging for conditional pipelines.

1.11.1

12 Feb 16:51
46af0b4

Choose a tag to compare

🐛 Bug Fixes

  • #201 Passing instantiationScope to the child configurators.

1.11.0

12 Feb 10:38
c0976ce

Choose a tag to compare

💥 Breaking changes

  • #192 Added StateChanges and StateChangesWithCurrent to ILight.
  • #196 Made light automation pipeline generic with TLight where TLight is ILight and moved from LightPipelineContext to context based service collection.

✨ New features

  • #197 ReactiveNode: add AddNodeSource overloads for DI composition
  • #199 Implemented InstantiationScope to give control over pipeline and reactive node instantiation scope.

🐛 Bug Fixes

  • #200 Fixed recursive methods in LightTransitionPipelineConfigurator.Switch

1.10.0

08 Jan 19:11
3a90a5b

Choose a tag to compare

✨ New features

  • #188 Implemented NetDaemon ILightEntityCore methods for all ForLight and ForLights methods.
  • #189 Implemented LightParametersThatTurnsOffAfter convenience method.

1.9.0

03 Jan 16:28
265bde6

Choose a tag to compare

✨ New features

  • #187 Implemented methods to configure logging in the light automation pipeline.

⚡ Enhancements

  • #186 Implemented lock for pipeline node output changes.

🐛 Bug Fixes

  • #185 Fixed issues with service provider scopes in reactive nodes.

1.8.1

01 Jan 19:41
d19f01b

Choose a tag to compare

⚡ Enhancements

  • #184 Renamed lightEntity to light where applicable.

🐛 Bug Fixes

  • #183 Fixed NetDaemonLight.GetChildren.

1.8.0

01 Jan 13:20
14f0bbc

Choose a tag to compare

💥 Breaking changes

  • #181 Renamed CodeCasa.NetDaemon.Notifications.Phone to CodeCasa.Notifications.Phone.NetDaemon and CodeCasa.NetDaemon.Notifications.InputSelect to CodeCasa.Notifications.InputSelect.NetDaemon

✨ New features

  • #175 Introducing CodeCasa.AutomationPipelines.Lights
  • #176 Implemented CodeCasa.Lights.NetDaemon.Scenes
  • #177 Implemented AddUncoupledDimmer on composite reactive configurator.
  • #180 Feature/light notifications

⚡ Enhancements

  • #178 Implemented tests for factory node.

📖 Documentation

  • #179 Updated readme to include light automation pipelines.