You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the nimi-python 1.4.4 release, the nidcpower.proto was missing 2 Functions.
This is because of 2 things:
The metadata for the grpc and nimi-python had the function/method turned off until very close to release (though they were part of a previous NI-DCPower release)
This meant ni_grpc_device_server.exe on the nimibot runners wouldn't recognize the functions, even if they made it into nidcpower.proto.
The process for updating the metadata in the grpc-device repo is manual and it happens infrequently.
Once a new ni_grpc_device_server.exe is available on nimibot, we should add these methods by:
Updating nidcpower.proto
Removing the overrides in src/nidcpower/metadata/functions_addon.py that disable generation of the methods in GrpcStubInterpreter
The text was updated successfully, but these errors were encountered:
Description of issue
For the nimi-python 1.4.4 release, the nidcpower.proto was missing 2 Functions.
This is because of 2 things:
Once a new ni_grpc_device_server.exe is available on nimibot, we should add these methods by:
src/nidcpower/metadata/functions_addon.py
that disable generation of the methods in GrpcStubInterpreterThe text was updated successfully, but these errors were encountered: