mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-02-16 10:58:32 -05:00
Merge branch 'master' into wear-os
This commit is contained in:
@@ -16,7 +16,7 @@ stages:
|
|||||||
jobs:
|
jobs:
|
||||||
- job: Build
|
- job: Build
|
||||||
pool:
|
pool:
|
||||||
name: Hosted Ubuntu 1604
|
vmImage: 'ubuntu-latest'
|
||||||
steps:
|
steps:
|
||||||
- task: Docker@0
|
- task: Docker@0
|
||||||
displayName: 'Build an image'
|
displayName: 'Build an image'
|
||||||
@@ -48,7 +48,7 @@ stages:
|
|||||||
jobs:
|
jobs:
|
||||||
- job: Deploy
|
- job: Deploy
|
||||||
pool:
|
pool:
|
||||||
name: Hosted Ubuntu 1604
|
vmImage: 'ubuntu-latest'
|
||||||
steps:
|
steps:
|
||||||
- task: DownloadBuildArtifacts@0
|
- task: DownloadBuildArtifacts@0
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ stages:
|
|||||||
jobs:
|
jobs:
|
||||||
- job: Build
|
- job: Build
|
||||||
pool:
|
pool:
|
||||||
name: Hosted Ubuntu 1604
|
vmImage: 'ubuntu-latest'
|
||||||
steps:
|
steps:
|
||||||
- task: Docker@0
|
- task: Docker@0
|
||||||
displayName: 'Build an image'
|
displayName: 'Build an image'
|
||||||
@@ -48,7 +48,7 @@ stages:
|
|||||||
jobs:
|
jobs:
|
||||||
- job: Deploy
|
- job: Deploy
|
||||||
pool:
|
pool:
|
||||||
name: Hosted Ubuntu 1604
|
vmImage: 'ubuntu-latest'
|
||||||
steps:
|
steps:
|
||||||
- task: DownloadBuildArtifacts@0
|
- task: DownloadBuildArtifacts@0
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ stages:
|
|||||||
jobs:
|
jobs:
|
||||||
- job: Build
|
- job: Build
|
||||||
pool:
|
pool:
|
||||||
name: Hosted Ubuntu 1604
|
vmImage: 'ubuntu-latest'
|
||||||
steps:
|
steps:
|
||||||
- task: Docker@0
|
- task: Docker@0
|
||||||
displayName: 'Build an image'
|
displayName: 'Build an image'
|
||||||
@@ -48,7 +48,7 @@ stages:
|
|||||||
jobs:
|
jobs:
|
||||||
- job: Deploy
|
- job: Deploy
|
||||||
pool:
|
pool:
|
||||||
name: Hosted Ubuntu 1604
|
vmImage: 'ubuntu-latest'
|
||||||
steps:
|
steps:
|
||||||
- task: DownloadBuildArtifacts@0
|
- task: DownloadBuildArtifacts@0
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
@@ -15,6 +15,8 @@ namespace ChrisKaczor.HomeMonitor.Weather.Models
|
|||||||
|
|
||||||
public decimal WindSpeed { get; set; }
|
public decimal WindSpeed { get; set; }
|
||||||
|
|
||||||
|
public decimal Temperature { get; set; }
|
||||||
|
|
||||||
public decimal Humidity { get; set; }
|
public decimal Humidity { get; set; }
|
||||||
|
|
||||||
public decimal HumidityTemperature { get; set; }
|
public decimal HumidityTemperature { get; set; }
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ stages:
|
|||||||
jobs:
|
jobs:
|
||||||
- job: Build
|
- job: Build
|
||||||
pool:
|
pool:
|
||||||
name: Hosted Ubuntu 1604
|
vmImage: 'ubuntu-latest'
|
||||||
steps:
|
steps:
|
||||||
- task: Docker@0
|
- task: Docker@0
|
||||||
displayName: 'Build an image'
|
displayName: 'Build an image'
|
||||||
@@ -48,7 +48,7 @@ stages:
|
|||||||
jobs:
|
jobs:
|
||||||
- job: Deploy
|
- job: Deploy
|
||||||
pool:
|
pool:
|
||||||
name: Hosted Ubuntu 1604
|
vmImage: 'ubuntu-latest'
|
||||||
steps:
|
steps:
|
||||||
- task: DownloadBuildArtifacts@0
|
- task: DownloadBuildArtifacts@0
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
@@ -5,6 +5,8 @@ SELECT TOP 1 Timestamp,
|
|||||||
Rain,
|
Rain,
|
||||||
Pressure,
|
Pressure,
|
||||||
HumidityTemperature AS Temperature,
|
HumidityTemperature AS Temperature,
|
||||||
|
HumidityTemperature,
|
||||||
|
PressureTemperature,
|
||||||
LightLevel,
|
LightLevel,
|
||||||
Latitude,
|
Latitude,
|
||||||
Longitude,
|
Longitude,
|
||||||
|
|||||||
@@ -34,13 +34,13 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="ChrisKaczor.HomeMonitor.Weather.Models" Version="1.1.6" />
|
<PackageReference Include="ChrisKaczor.HomeMonitor.Weather.Models" Version="1.1.7" />
|
||||||
<PackageReference Include="Dapper" Version="2.0.90" />
|
<PackageReference Include="Dapper" Version="2.0.123" />
|
||||||
<PackageReference Include="DecimalMath.DecimalEx" Version="1.0.2" />
|
<PackageReference Include="DecimalMath.DecimalEx" Version="1.0.2" />
|
||||||
<PackageReference Include="MathNet.Numerics" Version="4.15.0" />
|
<PackageReference Include="MathNet.Numerics" Version="4.15.0" />
|
||||||
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="5.0.6" />
|
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="5.0.6" />
|
||||||
<PackageReference Include="RabbitMQ.Client" Version="6.2.1" />
|
<PackageReference Include="RabbitMQ.Client" Version="6.2.4" />
|
||||||
<PackageReference Include="System.Data.SqlClient" Version="4.8.2" />
|
<PackageReference Include="System.Data.SqlClient" Version="4.8.3" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ stages:
|
|||||||
jobs:
|
jobs:
|
||||||
- job: Build
|
- job: Build
|
||||||
pool:
|
pool:
|
||||||
name: Hosted Ubuntu 1604
|
vmImage: 'ubuntu-latest'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- task: Docker@0
|
- task: Docker@0
|
||||||
@@ -52,7 +52,7 @@ stages:
|
|||||||
jobs:
|
jobs:
|
||||||
- job: Deploy
|
- job: Deploy
|
||||||
pool:
|
pool:
|
||||||
name: Hosted Ubuntu 1604
|
vmImage: 'ubuntu-latest'
|
||||||
steps:
|
steps:
|
||||||
- task: DownloadBuildArtifacts@0
|
- task: DownloadBuildArtifacts@0
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
Reference in New Issue
Block a user