if (waveEnabled) {
StateMap mode = StateMap.create();
mode.put(PLAYBACK_MODE_KEY, "0");
mode.put(EDIT_MODE_KEY, editingIndicator.isEditing() ? "1" : "0");
log("Sending gadget mode: ", mode.toJson());
sendModeRpc(getGadgetName(), mode.asJavaScriptObject());
}
}
/**
* Returns the ID of the user who added the gadget as defined in the author