if (FALSE) {
points <- get_points_by_ids(c(10000,10001))
# If you are using the point selector function:
query <- PointSelector()
query$buildings <- 101
query$equipment_types <- 'ahu'
query$point_types <- c('Supply Air Temperature','Supply Air Static Pressure')
selection <- select_points(query)
points <- get_points_by_ids(selection$points)
}
Run the code above in your browser using DataLab