Wonder if someone could help with this;
for (int i = (noOfTriacs - 1); i >= 0; i--)
{
triacState[i] = TRIAC_OFF;
digitalWrite(pinForTrigger[i], triacState[i]);
client.publish("Frequency","Frequency [i] off");
}
In the last line I'm wanting [i] to be the actual value of i sent.