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