-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[unconfig] Adjust device discovery (#51)
* [unconfig] Adjust device discovery Signed-off-by: Jakub Boguščiak <[email protected]> * Formatting (mypy, ruff) Signed-off-by: Jakub Boguščiak <[email protected]> * Formatting (pyright) Signed-off-by: Jakub Boguščiak <[email protected]> * Add input container to input data Signed-off-by: Jakub Boguščiak <[email protected]> * Formatting (ruff) Signed-off-by: Jakub Boguščiak <[email protected]> * Adjust install worker Signed-off-by: Jakub Boguščiak <[email protected]> * Fix credentials Signed-off-by: Jakub Boguščiak <[email protected]> * Adjust install params Signed-off-by: Jakub Boguščiak <[email protected]> * Add comment and remove redundant use Signed-off-by: Jakub Boguščiak <[email protected]> * Formatting (ruff) Signed-off-by: Jakub Boguščiak <[email protected]> * Update install params Signed-off-by: Jakub Boguščiak <[email protected]> * Update python SDK Signed-off-by: Jakub Boguščiak <[email protected]> * Update Connection Manager Signed-off-by: Jakub Boguščiak <[email protected]> * Formatting (ruff) Signed-off-by: Jakub Boguščiak <[email protected]> * Update frinx python sdk Signed-off-by: Jakub Boguščiak <[email protected]> * Bump frinx python SDK Signed-off-by: Jakub Boguščiak <[email protected]> * Review changes Signed-off-by: Jakub Boguščiak <[email protected]> --------- Signed-off-by: Jakub Boguščiak <[email protected]>
- Loading branch information
1 parent
6acc9d1
commit c7aac0c
Showing
5 changed files
with
105 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ packages = [{ include = "frinx_worker" }] | |
name = "frinx-uniconfig-worker" | ||
description = "Conductor worker for Frinx Uniconfig" | ||
authors = ["Jozef Volak <[email protected]>"] | ||
version = "2.3.3" | ||
version = "2.3.4" | ||
readme = ["README.md", "CHANGELOG.md", "RELEASE.md"] | ||
keywords = ["frinx-machine", "uniconfig", "worker"] | ||
license = "Apache 2.0" | ||
|