You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,15 @@ Below is a list of features that are implemented in this library with helper met
22
22
-[x] Turn Smart Switch Off
23
23
-[x] Send messages to Team Chat
24
24
-[x] Get Entity Info (Current state of Smart Switch / Smart Alarm)
25
-
-[ ] Get CCTV Camera Frames (Currently disabled by Facepunch)
25
+
-[ ] Get CCTV Camera Frames (Currently disabled in the Rust+ app by Facepunch)
26
+
27
+
The CCTV Camera Frames are currently disabled in the Rust+ app and on the server by default, but you can enable it if you are a server admin by running the following command in the F1 console.
28
+
29
+
```
30
+
cctvrender.enabled true
31
+
```
32
+
33
+
Note: This will not enable CCTV in the Rust+ app, but will send jpeg packets back to you through the websocket.
26
34
27
35
Here is the full list of requests that you can send. These are from the `AppRequest` message in the [rustplus.proto](./rustplus.proto) protobuf file that I wrote by hand.
0 commit comments