Description
This Module is for connection with the PIXERA Hub on your local network, in this Module you can use windows based commands like restart or even wakeonlan. It is also possible to run PIXERA or Presence, which can all be done via a UI of the Hub as well.
Usage
The Module can be used to start and stop PIXERA or Presence in a variety of ways, just the PixeraHub software does.
Procedure
In the Properties of the Module:
- Set the “IP” and “Port” information where Hub is in use.
- Select the installation version to use for starting PIXERA/Presence.
Init the Module, and use the various actions to control PIXERA and Presence.
Data
Actions
Action |
Info |
Input |
Output |
---|---|---|---|
ref() | - | - | |
init() | - | - | |
uninit() | - | - | |
reconnect() | - | - | |
IP | val (), doSet (bool) | - | |
PORT | val (), doSet (bool) | - | |
MAC | val (string), doSet (bool) | result (string) | |
isPixeraRunning | ans (table) | - | |
isPresenceRunning | ans (table) | - | |
startedVersion | val (), doSet (bool) | - | |
getDefaultVersion | val (), doSet (bool) | - | |
getInstalls() | - | - | |
reboot() | - | - | |
forceReboot() | - | - | |
shutdown() | - | - | |
forceShutdown() | - | - | |
startPixera() | version (string) | - | |
startPresence() | version (string) | - | |
stopPixera() | - | - | |
stopPresence() | - | - | |
wake() | - | - | |
Internal | FOLDER | FOLDER | FOLDER |
getIp() | - | - | |
getPort() | - | - | |
query() | method (), data () | - | |
mutate() | method (), data () | - | |
updateMac() | - | - | |
updateStats() | - | - |
Parameters
Name |
Content |
Type Hint |
Options Source |
Options Action |
Auto Init | TRUE | bool | [] | |
IP | 127.0.0.1 | string | [] | |
Adapter IP | Localhost | string | Utils.Network.getLocalAdapterEntries | [] |
Port | 4000 | string | [] | |
Installs | Default | string | self.getInstalls | [] |
Refresh Time in sec | 5 | number | [] |
Pixera 2.0.172 | 10 October 2024 | CL