This script works on a RPi:
PHP Code:
using System.csharp;
public void Main(object[] parm) {
string controlfunction = Convert.ToString(parm[0]);
hs.WriteLog("SpeakerLight", "THIS IS A TEST");
}
Comment