From 528ddfd7e3525b72907d297c248ccf8e65110633 Mon Sep 17 00:00:00 2001 From: Leo Galambos Date: Thu, 3 Jul 2025 22:51:26 +0200 Subject: [PATCH] Update Programming Guide --- Programming-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Programming-Guide.md b/Programming-Guide.md index 98aa260..23b0890 100644 --- a/Programming-Guide.md +++ b/Programming-Guide.md @@ -167,5 +167,5 @@ Ctx.INSTANCE.removeListener(temperatureKey, display); Ctx.INSTANCE.put(temperatureKey, 30); // no notification after listener removed ``` - +--- [[Home]] | [[API Reference]] | [[Design and Architecture]] | [[FAQ]] \ No newline at end of file