Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Channel set removed #289

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions api/src/main/proto/stellarstation/api/v1/stellarstation.proto
Original file line number Diff line number Diff line change
Expand Up @@ -260,16 +260,6 @@ message SendSatelliteCommandsRequest {
// `RESOURCE_EXHAUSTED` error.
repeated bytes command = 2;

// The ID of the channel set to be used when sending the command. Required if two uplink-capable
// plans are simultaneously executing. If not provided and only one plan is executing, the
// channel set will be automatically determined.
//
// If a channel set without an uplink component is provided or two uplink-capable plans are
// simultaneously executing and no ID is provided, the command will be ignored.
//
// Status: ALPHA This API is under development and may not work correctly or be changed in backwards
// incompatible ways in the future.
string channel_set_id = 3;
}

// A request to modify configuration of ground station hardware.
Expand Down