Skip to content

Commit

Permalink
refactor: update bsyncr config options
Browse files Browse the repository at this point in the history
  • Loading branch information
macintoshpie committed Jan 13, 2021
1 parent f1d3b86 commit 343bd86
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ angular.module('BE.seed.controller.inventory_detail_analyses_modal', [])
analyses_service,
inventory_ids,
) {
$scope.bsyncr_models = [{model_type:'Simple linear Regression with outside air temperature'},
$scope.bsyncr_models = [
{model_type:'Simple Linear Regression'},
{model_type:'Three Parameter Linear Model Cooling'},
{model_type:'Three Parameter Linear Model Heating'},
{model_type:'Four Parameter Linear Model'},
{model_type:'Five Parameter Linear Model'}];
{model_type:'Five Parameter Linear Model'}
];

function initialize_new_analysis () {
$scope.new_analysis = {name: null, service: null, configuration: null};
Expand Down

0 comments on commit 343bd86

Please sign in to comment.