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

Update to the v0.8.2 #1

Open
clavay opened this issue Feb 6, 2024 · 0 comments
Open

Update to the v0.8.2 #1

clavay opened this issue Feb 6, 2024 · 0 comments

Comments

@clavay
Copy link

clavay commented Feb 6, 2024

if value is not None and item.update_value(value, timestamp):
output.append(item.create_recorded_data_element())

Update to the v0.8.2 with :

 if value is not None and item.update_values([value], [timestamp]): 
     output.append(item) 

'pyscada',

Update to :
"pyscada>=0.8.2",

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

No branches or pull requests

1 participant