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
Only a DataPoint (subclass of a node) has a subscribe method. This forces the developer to force cast from Node to DataPoint when using the following API:
Description
Only a DataPoint (subclass of a node) has a subscribe method. This forces the developer to force cast from Node to DataPoint when using the following API:
node: DataPoint = self.Vehicle.getNode(signal_str) # type: ignore
Originally posted by @Chrylo in #126 (comment)
Suggested Solution
Alternatives
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: