We need one or more state gather commands based on given inputs. A state gather command would be a virtual command on the devices that would take in a start and end timestamp and would return a list of state structs, probably ordered in an ascending order [earliest, ..., latest]. The device states are already stored as state structs so it might be as simple as just pulling from the device state table by the given timespan.
We need one or more state gather commands based on given inputs. A state gather command would be a virtual command on the devices that would take in a start and end timestamp and would return a list of state structs, probably ordered in an ascending order [earliest, ..., latest]. The device states are already stored as state structs so it might be as simple as just pulling from the device state table by the given timespan.