1#!/bin/sh
2
3[ "${TYPE}" = "switch" ] || echo ${BUTTON} > /tmp/failsafe_button
4
5return 0
6