Device: WiVI: Add VIN support

This commit is contained in:
Emily Brooks
2025-10-08 15:49:03 -04:00
committed by Kyle Schwarz
parent ec350b522a
commit 99a2ca4f0d
5 changed files with 181 additions and 10 deletions
@@ -17,6 +17,7 @@ struct Info {
uint8_t sleepRequest;
uint16_t connectionTimeoutMinutes;
std::vector<CaptureInfo> captures;
uint8_t vinAvailable;
};
// The response for Command::WiVICommand
@@ -27,6 +28,7 @@ public:
std::optional<Command> responseTo;
std::optional<int32_t> value;
std::optional<Info> info;
std::optional<std::string> vin;
};
} // namespace WiVI