Reset Password
Please ask for a new password here:
Hoppecke Service
Tel: +49 (0) 2963 61-591
E-Mail: service@hoppecke.com
/* arc::start::rumo-button::props */
const props = {
"ws": "ws/0",
"dev": "dev/0",
"fb": "fb/const",
"dp": "dp/number"
};
/* arc::end */
const ws = RumoCo.$ws || props.ws;
const dev = RumoCo.$dev || props.dev;
const fb = RumoCo.$fb || props.fb;
const dp = RumoCo.$dp || props.dp;
const url = `/~/${ws}/${dev}/${fb}/${dp}`;
element.on('pointerdown', async () => {
document.location.href = '/';
});