thingsboard-python-rest-client
thingsboard-python-rest-client copied to clipboard
Error when trying to get RuleChainMetadata
i run into an error, when I try to get Metadata for a Rulechain with get_rule_chain_meta_data()
try: metadata = rest_client.get_rule_chain_meta_data(rc.id.id) except ValueError as ve: logging.debug("value Error %r", ve)
Invalid value for rule_chain_connections
, must not be None
Hello, have you solved this problem? I also encountered this problem. Can you give me some advice, thanks