Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update schema + fixes (v4) #47

Merged
merged 14 commits into from
Nov 3, 2023
Merged

Update schema + fixes (v4) #47

merged 14 commits into from
Nov 3, 2023

Conversation

marcus-j-davies
Copy link
Member

@marcus-j-davies marcus-j-davies commented Oct 29, 2023

This PR address and updates some of the core.

Fixes #46
Fixes #45

  • Updates the schema to 1.33.0
  • Moves all event handlers to a task
  • Adds deviceConfig to the controller
  • Switch all JSON conversions to use ToObject<Type>()
  • Terminates zombie server process's before starting a new one
  • Renames the heal methods (Schema 1.33.0)
  • The method GetAvailableFirmwareUpdates has been updated to remove the API Key requirement
  • Employ the use of esbuild to address some ES imports during the binary build of the server

@marcus-j-davies
Copy link
Member Author

marcus-j-davies commented Oct 29, 2023

@spudwebb

This PR should address your findings.
The PR also signifies an extremely potent leap towards a release of V4.

I am currently finishing of the Demo application, once that is done - we could be ready for a release (or at least a preview)

@marcus-j-davies
Copy link
Member Author

marcus-j-davies commented Oct 29, 2023

@georgeinva2004

This should also address your discussion points with firmware and ping
as well as automatically killing zombie process' when starting up

Once I have merged, ill build a new PSI (as there are changes to the build process)

@marcus-j-davies
Copy link
Member Author

marcus-j-davies commented Oct 29, 2023

I'll continue fine tuning this PR, and will get it merged into V4 soon

@marcus-j-davies marcus-j-davies merged commit fbf9d60 into 4.0.0 Nov 3, 2023
1 check passed
@marcus-j-davies marcus-j-davies deleted the Update-schema-+-fixes branch November 3, 2023 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Event handlers block processing of new events Controller Node is filtered out of the Nodes collection
1 participant