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

Support Gateway with Multiple Devices using the Same Endpoint #128

Merged
merged 9 commits into from
Jul 4, 2023

Conversation

jkralik
Copy link
Member

@jkralik jkralik commented Jul 1, 2023

Allows multiple devices to be connected to the same endpoint. By utilizing a single endpoint, multiple devices can now be exposed and controlled efficiently. To achieve this, a new query parameter, "di"(DeviceID) has been added to each command. This parameter is used to specify the target device for the command execution.

@jkralik jkralik force-pushed the jkralik/feature/gw-with-mutlitple-devices branch 2 times, most recently from d15a6b0 to 06ea05c Compare July 3, 2023 07:44
jkralik and others added 5 commits July 3, 2023 09:20
Allows multiple devices to be connected to the same endpoint.
By utilizing a single endpoint, multiple devices can now be exposed and controlled efficiently.
To achieve this, a new query parameter, "di"(DeviceID) has been added to each command.
This parameter is used to specify the target device for the command execution.
@jkralik jkralik force-pushed the jkralik/feature/gw-with-mutlitple-devices branch from 534f49e to 564cd6a Compare July 3, 2023 09:20
@sonarcloud
Copy link

sonarcloud bot commented Jul 3, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

73.7% 73.7% Coverage
0.0% 0.0% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@jkralik jkralik force-pushed the jkralik/feature/gw-with-mutlitple-devices branch from ec99b48 to ef5b7ec Compare July 3, 2023 11:20
@sonarcloud
Copy link

sonarcloud bot commented Jul 4, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

86.4% 86.4% Coverage
0.0% 0.0% Duplication

@jkralik jkralik merged commit f2a2a6a into main Jul 4, 2023
9 checks passed
@jkralik jkralik deleted the jkralik/feature/gw-with-mutlitple-devices branch July 4, 2023 15:17
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.

None yet

3 participants