Add support for legacy relays API
This commit is contained in:
		| @@ -129,7 +129,9 @@ export function DeviceRelays(p: { | ||||
|   ); | ||||
| } | ||||
|  | ||||
| function RelayEntryStatus(p: { relay: DeviceRelay }): React.ReactElement { | ||||
| function RelayEntryStatus( | ||||
|   p: Readonly<{ relay: DeviceRelay }> | ||||
| ): React.ReactElement { | ||||
|   const [state, setState] = React.useState<RelayStatus | undefined>(); | ||||
|  | ||||
|   const load = async () => { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user