mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Device: WiVI: Add VIN support
This commit is contained in:
committed by
Kyle Schwarz
parent
ec350b522a
commit
99a2ca4f0d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user