This website requires JavaScript.
Explore
Help
Sign In
public
/
openhab-addons
Watch
1
Star
0
Fork
You've already forked openhab-addons
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0c2901f3ed
openhab-addons
/
bundles
/
org.openhab.transform.javas...
/
conf
/
transform
/
sum.js
3 lines
88 B
JavaScript
Raw
Blame
History
(
function
(
i
,
a
,
b
)
{
return
parseInt
(
i
)
+
parseInt
(
a
)
+
parseInt
(
b
)
;
}
)
(
input
,
a
,
b
)
Reference in New Issue
View Git Blame
Copy Permalink