timer and working hours issue fixes
parent
028f447959
commit
ce1044f201
@ -1,184 +0,0 @@
|
|||||||
class DummyData {
|
|
||||||
static List<Map<String, dynamic>> roomData = [
|
|
||||||
{
|
|
||||||
"name": "Room 1",
|
|
||||||
"cards": [
|
|
||||||
{
|
|
||||||
"title": "General Inspection",
|
|
||||||
"info": [
|
|
||||||
{
|
|
||||||
"label": "Room Temperature (15-35 C)",
|
|
||||||
"value": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Room Humidity <35%",
|
|
||||||
"value": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Valve value",
|
|
||||||
"value": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Alarm Check",
|
|
||||||
"value": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Overall Result",
|
|
||||||
"value": true
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "Manifold",
|
|
||||||
"info": [
|
|
||||||
{
|
|
||||||
"label": "Room Temperature (15-35 C)",
|
|
||||||
"value": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Room Humidity <35%",
|
|
||||||
"value": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Valve value",
|
|
||||||
"value": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Alarm Check",
|
|
||||||
"value": true
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Room 2",
|
|
||||||
"cards": [
|
|
||||||
{
|
|
||||||
"title": "General Inspection",
|
|
||||||
"info": [
|
|
||||||
{
|
|
||||||
"label": "Room Temperature (15-35 C)",
|
|
||||||
"value": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Room Humidity <35%",
|
|
||||||
"value": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Valve value",
|
|
||||||
"value": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Alarm Check",
|
|
||||||
"value": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Overall Result",
|
|
||||||
"value": true
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Room 3",
|
|
||||||
"cards": [
|
|
||||||
{
|
|
||||||
"title": "General Inspection",
|
|
||||||
"info": [
|
|
||||||
{
|
|
||||||
"label": "Room Temperature (15-35 C)",
|
|
||||||
"value": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Room Humidity <35%",
|
|
||||||
"value": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Valve value",
|
|
||||||
"value": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Alarm Check",
|
|
||||||
"value": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Overall Result",
|
|
||||||
"value": false
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Room 4",
|
|
||||||
"cards": [
|
|
||||||
{
|
|
||||||
"title": "General Inspection",
|
|
||||||
"info": [
|
|
||||||
{
|
|
||||||
"label": "Room Temperature (15-35 C)",
|
|
||||||
"value": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Room Humidity <35%",
|
|
||||||
"value": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Valve value",
|
|
||||||
"value": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Alarm Check",
|
|
||||||
"value": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Overall Result",
|
|
||||||
"value": false
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "General Inspection",
|
|
||||||
"info": [
|
|
||||||
{
|
|
||||||
"label": "Room Temperature (15-35 C)",
|
|
||||||
"value": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Room Humidity <35%",
|
|
||||||
"value": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Valve value",
|
|
||||||
"value": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Alarm Check",
|
|
||||||
"value": true
|
|
||||||
},
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "General Inspection",
|
|
||||||
"info": [
|
|
||||||
{
|
|
||||||
"label": "Room Temperature (15-35 C)",
|
|
||||||
"value": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Room Humidity <35%",
|
|
||||||
"value": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Valve value",
|
|
||||||
"value": true
|
|
||||||
},
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
||||||
]
|
|
||||||
}
|
|
||||||
];
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue