TurnOffTv(id)

Power off the TV and clean up the remote.

Parameters:

  • id (string): TV identifier.

Returns:
(None)

Example:

exports['mrctv']:TurnOffTv("exampleTV")
print("TV powered off and remote cleaned up")