From cdbe6c57cb15cee236a8cad5afaf695e00812691 Mon Sep 17 00:00:00 2001 From: Mees van der Wijk Date: Mon, 22 Dec 2025 11:33:43 +0100 Subject: [PATCH] Small addon --- ModuleServerAPI.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ModuleServerAPI.md b/ModuleServerAPI.md index 0c2adba..b2ce626 100644 --- a/ModuleServerAPI.md +++ b/ModuleServerAPI.md @@ -139,6 +139,16 @@ api.getModuleId(); **Returns** string _Module ID_ +### getChannelId + +Get the current channel id. + +```javascript +api.getChannelId(); +``` + +**Returns** string _Channel ID_ + ### getScenes Get a list of all scenes this module is a part of.