Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/dwprox/autopro/api.md
Original file line number Diff line number Diff line change
@@ -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)
31 changes: 31 additions & 0 deletions docs/dwprox/net2/api.md
Original file line number Diff line number Diff line change
@@ -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)
8 changes: 8 additions & 0 deletions docs/dwprox/terms-of-use/_category_.json
Original file line number Diff line number Diff line change
@@ -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)"
}
}
29 changes: 29 additions & 0 deletions docs/dwprox/terms-of-use/general.md
Original file line number Diff line number Diff line change
@@ -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.

:::
12 changes: 12 additions & 0 deletions docs/dwprox/turnstile/api.md
Original file line number Diff line number Diff line change
@@ -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+)