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

Define format for firmware update package #3

Open
malczuuu opened this issue Mar 12, 2021 · 1 comment
Open

Define format for firmware update package #3

malczuuu opened this issue Mar 12, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@malczuuu
Copy link
Owner

Let's have some defined format of package images (either uploaded via /5/0/0 Package or pulled via /5/0/1 Package URI). Therefore, this emulator would be able to do some validation of the package.

This could be a simple YAML or .properties file.

@malczuuu malczuuu added the enhancement New feature or request label Mar 12, 2021
@malczuuu
Copy link
Owner Author

It could work like that:

  • file format is a JSON, with following schema
    {
      "version": "1.0.0",
      "color": "blue"
    }
  • after firmware update, backfround of the FE application changes collor to the requested one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant