20 lines
360 B
C#
20 lines
360 B
C#
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Text;
|
|||
|
|
|||
|
namespace tpDomeWinAPP.Models
|
|||
|
{
|
|||
|
class obixDevice
|
|||
|
{
|
|||
|
}
|
|||
|
public class device_obix_value
|
|||
|
{
|
|||
|
public string id { get; set; }
|
|||
|
public string Name { get; set; }
|
|||
|
public string display { get; set; }
|
|||
|
|
|||
|
public string result_value { get; set; }
|
|||
|
}
|
|||
|
|
|||
|
}
|