From a1c22df968b29fa8c22f071bb7a3a6c7167a166e Mon Sep 17 00:00:00 2001 From: Michael <42805814+michaeldun123@users.noreply.github.com> Date: Thu, 8 May 2025 23:02:20 +0100 Subject: [PATCH 1/4] added a new - Terms of use for DWProx --- docs/dwprox/terms-of-use/_category_.json | 8 +++++++ docs/dwprox/terms-of-use/general.md | 29 ++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 docs/dwprox/terms-of-use/_category_.json create mode 100644 docs/dwprox/terms-of-use/general.md diff --git a/docs/dwprox/terms-of-use/_category_.json b/docs/dwprox/terms-of-use/_category_.json new file mode 100644 index 00000000..7a2ad8e7 --- /dev/null +++ b/docs/dwprox/terms-of-use/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "Terms of Use", + "position": 8, + "link": { + "type": "generated-index", + "description": "Purchase and continued usage of DWProx products are subject to the following terms. By utilizing DWProx products, you automatically agree to the following terms. For products without a dedicated document, Please see [General Terms](https://support.whitehill.group/docs/dwprox/terms-of-use/general)" + } + } diff --git a/docs/dwprox/terms-of-use/general.md b/docs/dwprox/terms-of-use/general.md new file mode 100644 index 00000000..2690cd47 --- /dev/null +++ b/docs/dwprox/terms-of-use/general.md @@ -0,0 +1,29 @@ +--- +sidebar_position: 1 +--- + +# General Terms + +:::danger + +Failure to abide by these terms may result in your licence being revoked or a blacklist being issued, based on the severity of the incident. + +::: + + +## Introduction + +By purchasing a JSM Product, you automatically agree to these terms. If you do not agree to follow these terms, you should stop using our products immediately. + +## Terms of Use +- You agree not to attempt to bypass the licencing system of our products, as well as perform unauthorised modification of the engine script. +- You agree not to remove the logos from models provided. +- You agree not to use any assets provided with our products for use on any products or models not manufactured by Whitehill Group, even for personal use unless given explicit permission by [@Coco_Beagle](https://discord.com/users/519596116359249925) or [@AlexG_1337](https://discord.com/users/280442052590698496) +- You agree not to redistribute any assets provided with your licences, especially for personal financial gain. +- You agree not to use the DWProx logo on any products not manufactured by Whitehill Group. + +:::note + +These terms may change at any time, and punishments are at the discretion of Whitehill Group Management. + +::: From a3a62960f6173a444f3ebbc6af5f23bca1439e87 Mon Sep 17 00:00:00 2001 From: Michael <42805814+michaeldun123@users.noreply.github.com> Date: Thu, 8 May 2025 23:02:39 +0100 Subject: [PATCH 2/4] New API for Net2+ and Turnstile --- docs/dwprox/net2/api.md | 31 +++++++++++++++++++++++++++++++ docs/dwprox/turnstile/api.md | 5 +++++ 2 files changed, 36 insertions(+) create mode 100644 docs/dwprox/net2/api.md create mode 100644 docs/dwprox/turnstile/api.md diff --git a/docs/dwprox/net2/api.md b/docs/dwprox/net2/api.md new file mode 100644 index 00000000..71aa2549 --- /dev/null +++ b/docs/dwprox/net2/api.md @@ -0,0 +1,31 @@ +## Local API Documentatation + +-- / Local API Documentation / -- + +Name: DWPROXAPI + +Location: DWProx + +Commands: FIRE (true, false), LOCK (true, false), HOLD (true, false), OPEN (opentime: number only) + +Usage: Controls this door only when used + +Extra: If no prams are defined it will either toggle the api or use default so :Invoke(OPEN) would use default time that is in settings where :Invoke(OPEN, 16) would keep the door open for 16 seconds + +Example: DWProx:WaitForChild("DWPROXAPI", 5):Invoke("FIRE", true) + +## Global API Documentation + +-- / Global API Documentation / -- + +Name: DWPROXGAPI + +Location: game:GetService("ReplicatedStorage") + +Commands: FIRE (true, false), LOCK (true, false), HOLD (true, false), OPEN (opentime: number only) + +Usage: Controls all the doors that have the GAPI settings enabled + +Extra: If no prams are defined it will either toggle the api or use default so :Invoke(OPEN) would use default time that is in settings where :Invoke(OPEN, 16) would keep the door open for 16 seconds + +Example: game:GetService("ReplicatedStorage"):WaitForChild("DWProxGAPI", 5):Fire("FIRE", true) \ No newline at end of file diff --git a/docs/dwprox/turnstile/api.md b/docs/dwprox/turnstile/api.md new file mode 100644 index 00000000..b88446e6 --- /dev/null +++ b/docs/dwprox/turnstile/api.md @@ -0,0 +1,5 @@ +### Kone Turnstile API + +The turnstiles do have an API, however, it isn't well documented as the other products. + +Please consult Community Support in our [Discord server](https://discord.whitehill.group) (13+) \ No newline at end of file From 86dc8947e2e34192f6c30fc09b74fad89b51d094 Mon Sep 17 00:00:00 2001 From: Michael <42805814+michaeldun123@users.noreply.github.com> Date: Thu, 15 May 2025 17:45:41 +0100 Subject: [PATCH 3/4] Added API docs to Autopro and Turnstiles --- docs/dwprox/autopro/api.md | 15 +++++++++++++++ docs/dwprox/turnstile/api.md | 7 +++++++ 2 files changed, 22 insertions(+) create mode 100644 docs/dwprox/autopro/api.md diff --git a/docs/dwprox/autopro/api.md b/docs/dwprox/autopro/api.md new file mode 100644 index 00000000..2dcbc72a --- /dev/null +++ b/docs/dwprox/autopro/api.md @@ -0,0 +1,15 @@ +### Autopro V2 API + +API Information + +Supported Commands: + +Open - Used to open the door, for use with push buttons. (Door "Normal" or "Exit") + +ReaderOpen - For use with access control. (Door "Locked" or "Exit") +ReaderClose - For use with access control. (Door "Locked" or "Exit") + +Example: +["AutoPro v2"]:WaitForChild("API"):Invoke("api","Open") + +An example of a real use case can be found in our [Discord server](https://discord.whitehill.group) (13+) (Under #product-update) \ No newline at end of file diff --git a/docs/dwprox/turnstile/api.md b/docs/dwprox/turnstile/api.md index b88446e6..9e74d7e7 100644 --- a/docs/dwprox/turnstile/api.md +++ b/docs/dwprox/turnstile/api.md @@ -1,5 +1,12 @@ ### Kone Turnstile API The turnstiles do have an API, however, it isn't well documented as the other products. +The commands are as below + + Normal + Lock + Exit + Entry + Hold Please consult Community Support in our [Discord server](https://discord.whitehill.group) (13+) \ No newline at end of file From 400a998dda8136a44b6bbcc09a4533d1d6d56a0f Mon Sep 17 00:00:00 2001 From: Michael <42805814+michaeldun123@users.noreply.github.com> Date: Thu, 15 May 2025 17:45:51 +0100 Subject: [PATCH 4/4] further info on terms of use --- docs/dwprox/terms-of-use/general.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dwprox/terms-of-use/general.md b/docs/dwprox/terms-of-use/general.md index 2690cd47..2afc1c4e 100644 --- a/docs/dwprox/terms-of-use/general.md +++ b/docs/dwprox/terms-of-use/general.md @@ -13,7 +13,7 @@ Failure to abide by these terms may result in your licence being revoked or a bl ## Introduction -By purchasing a JSM Product, you automatically agree to these terms. If you do not agree to follow these terms, you should stop using our products immediately. +By purchasing a Whitehill Product, you automatically agree to these terms. If you do not agree to follow these terms, you should stop using our products immediately. ## Terms of Use - You agree not to attempt to bypass the licencing system of our products, as well as perform unauthorised modification of the engine script.