Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

SENERGY-Platform/analytics-operator-merge-adder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

operator-merge-adder

Takes two values and adds them together. Sets the timestamp to the latest of both values.

Use this operator when adding values of different device types. Use operator-adder when adding values of the same device type.

Use the flow designer to first add all values of the same device types and this operator to add those added values.

Inputs

  • value1 (float): Reading from device 1
  • value2 (float): Reading from device 2
  • timestamp1 (string): Timestamp from device 1
  • timestamp2 (string): Timestamp from device 2

Outputs

  • value (float): Sum of value1 and value 2
  • timestamp (string): Latest timestamp of either timestamp1 or timestamp2

Configs

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages