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

feat: add default moonraker instances to config.json #695

Merged
merged 5 commits into from
Mar 5, 2022

Conversation

meteyou
Copy link
Member

@meteyou meteyou commented Mar 4, 2022

this PR will fix #630

config.json example:

{
  "remoteMode": true,
  "instances": [
    { "hostname": "192.168.0.210", "port": 7125 },
    { "hostname": "192.168.0.211", "port": 7125 }
  ]
}

Signed-off-by: Stefan Dej [email protected]

@meteyou meteyou marked this pull request as ready for review March 4, 2022 22:50
@meteyou meteyou requested a review from pataar March 4, 2022 23:39
@pataar
Copy link
Member

pataar commented Mar 5, 2022

Lgtm!

@meteyou meteyou merged commit 9955a72 into develop Mar 5, 2022
@meteyou meteyou deleted the feat/default-moonraker-instances-config-json branch March 5, 2022 16:00
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.

[FR] Allow to defined moonraker instances in config.json
2 participants