Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/moritzvieli/ola
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzvieli committed Dec 9, 2024
2 parents 7963092 + ecdaf70 commit 2c7c1c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions java/src/main/java/ola/OlaClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ public PluginDescriptionReply getPluginDescription(int pluginId) {


/**
* Return the state for a plugin.
* Return the state of a plugin.
*
* @param pluginId number of the plugin for which to receive the state
* @return The list of plugings.
* @param pluginId number of the plugin to fetch the state of
* @return The state of the plugin.
*/
public PluginStateReply getPluginState(int pluginId) {
PluginStateRequest request = Ola.PluginStateRequest.newBuilder()
Expand Down

0 comments on commit 2c7c1c5

Please sign in to comment.