hurricane/security_camera/resources/cloud_server/public/src/store/firebase/getters.js

export const deviceId = (state) => state.deviceId
export const device = (state) => state.device
export const newestImage = (state) => state.newestImage
export const error = (state) => state.error