how is this for a start?

so you want non momentary?

try:

if(results.value == -2094865891)
{
      digitalWrite(transistorPin,!digitalRead(transistorPin));   // set the Fan opposite of current state when button pressed.
}

you may want to add some delays/debounce etc so that it doesnt change really fast.