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/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/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..2afc1c4e --- /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 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. +- 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. + +::: diff --git a/docs/dwprox/turnstile/api.md b/docs/dwprox/turnstile/api.md new file mode 100644 index 00000000..9e74d7e7 --- /dev/null +++ b/docs/dwprox/turnstile/api.md @@ -0,0 +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