This website requires JavaScript.
Explore
Help
Sign In
OpenHAB
/
openhab-addons
mirror of
https://github.com/openhab/openhab-addons.git
Watch
1
Star
0
Fork
You've already forked openhab-addons
0
Code
Issues
Projects
Releases
Wiki
Activity
84ba4fc333
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