-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.lua
More file actions
24 lines (23 loc) · 1 KB
/
info.lua
File metadata and controls
24 lines (23 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
-- =============================================================
-- info.lua -- Remote PC Control
--
-- Plugin identity block. Read by PLUGCC at compile time and
-- embedded in the .qplug file. Q-SYS Designer reads this when
-- loading the plugin.
--
-- The build number (fourth field) is auto-incremented by compile_plugin.sh
-- each time the build task runs. Do not edit it manually.
--
-- Id is a stable GUID that uniquely identifies this plugin.
-- Do not change it after the plugin has been deployed, or
-- existing designs will lose the reference and need to be
-- manually reconnected.
-- =============================================================
PluginInfo = {
Name = "Hybridsix Software~Remote PC Control",
Version = "0.7.2-beta",
BuildVersion= "0.7.4.02",
Id = "dd941513-d452-416e-95eb-b47d08457b36",
Author = "Michael King",
Description = "Remote control a Windows or Ubuntu based PC from Q-SYS: Wake-on-LAN power on, volume and mute via HTTP, and live status polling."
}