From 2bab261fc777e43f89652ac817dbd534a9614f2c Mon Sep 17 00:00:00 2001 From: Florian Hotze Date: Sat, 2 Dec 2023 01:53:54 +0100 Subject: [PATCH] Update README for #309 Signed-off-by: Florian Hotze --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 664e5ba6f..c633a8357 100644 --- a/README.md +++ b/README.md @@ -511,6 +511,8 @@ Calling `Item.history` returns an `ItemHistory` object with the following functi - .deviationSince(timestamp, serviceId) ⇒ `number | null` - .evolutionRateBetween(begin, end, serviceId) ⇒ `number | null` - .evolutionRateSince(timestamp, serviceId) ⇒ `number | null` + - .getAllStatesBetween(begin, end, serviceId) ⇒ `Array[HistoricItem]` + - .getAllStatesSince(timestamp, serviceId) ⇒ `Array[HistoricItem]` - .historicState(timestamp, serviceId) ⇒ `HistoricItem | null` - .lastUpdate(serviceId) ⇒ `ZonedDateTime | null` - .latestState(serviceId) ⇒ `string | null`