diff --git a/Script-Cookbook.md b/Script-Cookbook.md index 683427d4..8b94faec 100644 --- a/Script-Cookbook.md +++ b/Script-Cookbook.md @@ -527,7 +527,7 @@ endif #### Ledbar Display with WS2812 ledchain used as display for solar house power input/output (+-5000 Watts) ->D +\>D m:array=0 60 ;defines array for 60 led pixels cnt=0 val=0 @@ -547,13 +547,13 @@ max=5000 min=-5000 pos=0 ->B +\>B div=pixels/steps =#prep ws2812(array) ; ledbar is set from broker ->S +\>S if ledbarR +\>R ------------------------------------------------------------------------------ #### Multiple IR Receiver Synchronization @@ -635,7 +635,7 @@ istr="" ws="websend [192.168.178.84]" ; event section ->E +\>E ; get ir data istr=IrReceived#Data