openrowingmonitor/app/client/store/appState.js

12 lines
259 B
JavaScript

'use strict'
/*
Open Rowing Monitor, https://github.com/laberning/openrowingmonitor
Defines the global state of the app
*/
export const APP_STATE = {
// todo: this is just a test property to see if the concept works...
peripheralMode: 'FTMSROWER'
}