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

Bindings not displayed because of strict matching but still work #208

Open
justparking opened this issue Apr 6, 2021 · 0 comments
Open

Comments

@justparking
Copy link
Contributor

By example, the following results in bindings not being shown despite them being present (and active).

It shows ipAddress and IPAddress not being matched.

Part of script.py

def remote_event_ipAddress(arg):
  ...

(Note ipAddress use)

Part of nodeConfig.json

{
    "remoteBindingValues": {
        "actions": {},
        "events": {
            "IPAddress": {
                "node": "WindowsDHCPServerAddressProvider",
                "event": "d0:03df:2f93:99 IP Address"
            },
            "LandingStatus": {},
            "Port": {}
        }
    }, "paramValues": {}
}

(Note IPAddress use)

At the very least, it should not be sensitive to case and punctuation. Ideally, it should conform to these Simple Name rules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant