Skip to content

Commit

Permalink
Merge pull request #2 from OpenShock/feature/hub-local-report-availab…
Browse files Browse the repository at this point in the history
…le-gpios

Report available GPIO pins on local connect
  • Loading branch information
hhvrc authored Oct 8, 2024
2 parents 58c0c64 + 24c2f8a commit b82468a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HubToLocalMessage.fbs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ table ReadyMessage {
account_linked:bool;

config:Configuration.HubConfig;
gpio_valid_inputs:[int8];
gpio_valid_outputs:[int8];
}

table ErrorMessage {
Expand Down

0 comments on commit b82468a

Please sign in to comment.