Skip to content

Commit

Permalink
Added concat description
Browse files Browse the repository at this point in the history
  • Loading branch information
CurlyMoo committed May 14, 2024
1 parent 0edb42d commit a9f39c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ Sets a timer to trigger in X seconds. The first parameter is the timer number an
- `print`
Prints a value to the console.

- `concat`
Concatenates various values into a combined string. E.g.: `@SetCurves = concat('{zone1:{heat:{target:{high:', @Z1_Heat_Curve_Target_High_Temp, ',low:32}}}}');`

```
on System#Boot then
setTimer(3, 60);
Expand Down

0 comments on commit a9f39c8

Please sign in to comment.