- Call getPowerState on the object instead of passing the function to
fix undefined isActivity error
- Remove callback param from setPowerState since it is not called with a
callback param.
- startActivity expects the activity id as a parameter. We can't
actually toggle activities off and on. There is a "PowerOff" activity
that will turn everything off.