Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Added support for "Ask When Run" (I think...)
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya committed Dec 2, 2018
1 parent 3f6d32b commit 86ba90c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/interfaces/WF/WFDeviceDetail.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import WFSerialization from './WFSerialization';

type WFDeviceDetail = (
'Device Name'
| 'Device Model'
Expand All @@ -6,6 +8,7 @@ type WFDeviceDetail = (
| 'Screen Height'
| 'Current Volume'
| 'Current Brightness'
| WFSerialization
);

export default WFDeviceDetail;

0 comments on commit 86ba90c

Please sign in to comment.