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.