| | |
| | | dic_oid.Add("command", "get_list_response"); |
| | | |
| | | List<object> oidObjList = new List<object>(); |
| | | foreach (var d01 in Entity.DB_ResidenceData.residenceData.functionList.GetAllDeviceFunctionList()) |
| | | foreach (var d01 in Entity.DB_ResidenceData.functionList.GetAllDeviceFunctionList()) |
| | | { |
| | | Dictionary<string, object> d0 = new Dictionary<string, object>(); |
| | | d0.Add("oid", d01.sid); |
| | |
| | | dic_sid.Add("command", "get_list_response"); |
| | | |
| | | List<object> sidObjList = new List<object>(); |
| | | foreach (var d01 in Entity.DB_ResidenceData.residenceData.functionList.GetAllDeviceFunctionList()) |
| | | foreach (var d01 in Entity.DB_ResidenceData.functionList.GetAllDeviceFunctionList()) |
| | | { |
| | | Dictionary<string, object> d0 = new Dictionary<string, object>(); |
| | | d0.Add("sid", d01.sid); |