From c3d250fbc63c05d7f0ad5c4d95d725a16f3cece4 Mon Sep 17 00:00:00 2001 From: Tobias Jahnke Date: Mon, 21 Aug 2017 17:01:54 +0200 Subject: forwarding node availability to volume lib --- HAL-afb/HAL_MOST_UNICENS/ucs2-vol/inc/device_container.h | 1 + 1 file changed, 1 insertion(+) (limited to 'HAL-afb/HAL_MOST_UNICENS/ucs2-vol/inc/device_container.h') diff --git a/HAL-afb/HAL_MOST_UNICENS/ucs2-vol/inc/device_container.h b/HAL-afb/HAL_MOST_UNICENS/ucs2-vol/inc/device_container.h index 5e3b753..b7f373c 100644 --- a/HAL-afb/HAL_MOST_UNICENS/ucs2-vol/inc/device_container.h +++ b/HAL-afb/HAL_MOST_UNICENS/ucs2-vol/inc/device_container.h @@ -39,6 +39,7 @@ public: void SetValue(uint16_t key, uint8_t value); void ClearValues(); void Update(); + void ChangeNodeAvailable(uint16_t address, bool available); private: void RequestService(uint16_t timeout); -- cgit 1.2.3-korg