Page 1 of 1
SystemStats API
Posted: Thu Jul 18, 2024 4:31 pm
by segmentlime
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?
Re: SystemStats API
Posted: Thu Jul 18, 2024 5:00 pm
by Kent Briggs
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.
Re: SystemStats API
Posted: Thu Jul 18, 2024 5:30 pm
by segmentlime
ok, thank you!