Way to include required quotations "" in commands?Solved
There are some commands that require the use of quotations.  How would one implement this into the TimerRepeat section, since there are already quotations there that surround the actual command.  FYI:  Using ""xxxxx"" doesn't work.
in JSON, you escape using \.

Ex. "This is a string with a \"quote\" in it"
Locked automatically