// Copyright 2023 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. export const PERMISSION_GRANTED_MESSAGE = 'permission granted'; export const CO2_METER_UNAVAILABLE = 'co2 meter unavailable'; export const CO2_METER_AVAILABLE = 'co2 meter available'; export const NO_CO2_METER_FOR_READING = 'No CO2 meter for reading!'; export const NEW_CO2_READING = 'new co2 reading'; export const NEW_TEMP_READING = 'new temperature reading'; export const READING_UNKNOWN = 'reading unknown';