public string DeviceVSP_GetStatus(int deviceRef, double deviceValue, ePairStatusControl type)
        {
            HomeseerDeviceVsp device = GetHomeseerDevicevspByIdAndValue(deviceRef, deviceValue);

            if (device == null)
            {
                return("");
            }
            return(device.ValueAsString);
        }
 public void AddHomeseerDeviceVsp(HomeseerDeviceVsp vsp)
 {
     HomeseerDevicesVsp.Add(vsp);
 }