uid: NubertSubwooferRemote props: parameters: - context: item description: The item to send the command to label: Item name: item required: false type: TEXT groupName: items - description: Command to increase volume label: Volume Up name: volumeup required: false type: TEXT groupName: commands - description: Command to decrease volume label: Volume Down name: volumedown required: false type: TEXT groupName: commands - description: Command to increase frequency label: Frequency Up name: frequencyup required: false type: TEXT groupName: commands - description: Command to decrease frequency label: Frequency Down name: frequencydown required: false type: TEXT groupName: commands parameterGroups: - name: items label: Items to use - name: commands label: Commands to send timestamp: Jul 4, 2021, 11:35:52 AM component: f7-card config: style: box-shadow: 2px 3px rgb(150,150,150) background-color: rgb(50,50,50) --f7-card-margin-horizontal: 0px border-radius: 30px width: 140px height: 400px slots: default: - component: oh-link config: color: yellow style: font-size: 20px position: absolute left: 0px top: 5px width: 140px height: 40px display: flex text: Volume - component: oh-button config: color: yellow bgColor: gray style: position: absolute left: 20px top: 40px width: 40px height: 40px border-radius: 50% display: flex iconF7: arrowtriangle_down_filled iconSize: 25 action: command actionCommand: =props.volumedown actionItem: =props.item - component: oh-button config: color: yellow bgColor: gray style: position: absolute left: 80px top: 40px width: 40px height: 40px border-radius: 50% display: flex iconF7: arrowtriangle_up_filled iconSize: 25 action: command actionCommand: =props.volumeup actionItem: =props.item - component: oh-link config: color: yellow style: font-size: 20px position: absolute left: 0px top: 85px width: 140px height: 40px display: flex text: Frequency - component: oh-button config: color: yellow bgColor: gray style: position: absolute left: 20px top: 120px width: 40px height: 40px border-radius: 50% display: flex iconF7: arrowtriangle_down_filled iconSize: 25 action: command actionCommand: =props.frequencydown actionItem: =props.item - component: oh-button config: color: yellow bgColor: gray style: position: absolute left: 80px top: 120px width: 40px height: 40px border-radius: 50% display: flex iconF7: arrowtriangle_up_filled iconSize: 25 action: command actionCommand: =props.frequencyup actionItem: =props.item - component: oh-link config: color: white style: font-size: 40px font-style: bold position: absolute left: 0px top: 300px width: 140px height: 40px display: flex text: nubert - component: oh-link config: color: yellow style: font-size: 10px position: absolute left: 0px top: 360px width: 140px height: 10px text: Subwoofer - component: oh-link config: color: yellow style: font-size: 10px position: absolute left: 0px top: 370px width: 140px height: 10px text: Remote Control System