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

Fixed function signature in Node #1690

Merged

Commits on Jul 31, 2024

  1. Fix function signature

    Fixed a function signature of `read_array_dimensions` in asyncua/common/node.
    
    ArrayDimentions is always a list of ints because OPC UA has support for multidimentional arrays. But the return type was is specified as int.
    tanekere committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    f6e467e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    394eb86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c0bc23 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    9fbb45c View commit details
    Browse the repository at this point in the history