int GetStatus(string deviceName = null)

Returns a JSON encoded string with dispenser status. The status object members: int BinCount - The number of bins that the device supports, bool[] BinsLowPaper - Each bool of the array represents whether that bin is currently low on paper, bool[] BinsOutOfPaper - Each bool of the array represents whether that bin is currently out of paper. Trust Level Required: High

Parameters

Name Description
deviceName The name of the device.

Return

Device status bits (see KioDeviceStatus).