Skip to content

Commit

Permalink
Merge pull request #32 from DeepBlueRobotics/fix-string-array-callback
Browse files Browse the repository at this point in the history
Fix `StringArrayCallback` Parameters
  • Loading branch information
brettle committed May 4, 2024
2 parents 8b6102e + 9a6c3d4 commit 62e6a47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ public interface StringArrayCallback {
* @param name the device identifier of the device calling the callback
* @param value the String data values
*/
public void callback(String name, String value);
public void callback(String name, String[] value);

}

0 comments on commit 62e6a47

Please sign in to comment.