SystemStats API
-
- Posts: 30
- Joined: Wed Apr 22, 2020 4:39 pm
SystemStats API
The API example for SystemStats has code to display "Occupied Tables". I am using API Reference Utility and as well calling this from php, and this key/value does not seem to be returned. Is this just something from the past?
-
- Site Admin
- Posts: 5987
- Joined: Wed Mar 19, 2008 8:47 pm
Re: SystemStats API
That was a change made in version 7.00:
Status Bar - The poker server's CPU load is now displayed on the bottom status bar. The "Occupied Seats" panel has been replaced with a panel that shows the current number of running ring games (i.e., at least 2 players seated) and running tournaments. Those numbers are also returned by the SystemStats command in the API.
So OccupiedTables was replaced with RunningRing and RunningTrny fields.
Status Bar - The poker server's CPU load is now displayed on the bottom status bar. The "Occupied Seats" panel has been replaced with a panel that shows the current number of running ring games (i.e., at least 2 players seated) and running tournaments. Those numbers are also returned by the SystemStats command in the API.
So OccupiedTables was replaced with RunningRing and RunningTrny fields.