mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-11 23:52:00 +01:00
3 lines
88 B
JavaScript
3 lines
88 B
JavaScript
|
(function(i, a, b) {
|
||
|
return parseInt(i) + parseInt(a) + parseInt(b);
|
||
|
})(input, a, b)
|