@model Application.Domain.Entities.IoTDevice @{ var state = Model.Data.FirstOrDefault(o => o.Key == "State")?.Value; }