Skip to content

Commit 4677b0a

Browse files
bamerfBamdad Erfanian
andauthored
feat(features): CORE-13844 - add power management (#16)
* feat(features): CORE-13844 - add power management * feat(features): CORE-13844 - add power management to next --------- Co-authored-by: Bamdad Erfanian <[email protected]>
1 parent 8d56793 commit 4677b0a

File tree

2 files changed

+2
-0
lines changed
  • webplayer-example-next/pages
  • webplayer-example-vanilla-js/public

2 files changed

+2
-0
lines changed

webplayer-example-next/pages/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const Home: NextPage = () => {
2121
portForwarding: true,
2222
sensors: true,
2323
snapshots: true,
24+
powerManagement: true,
2425
});
2526

2627
const handleCreateDevice = async () => {

webplayer-example-vanilla-js/public/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const features = {
2424
strace: true,
2525
system: true,
2626
connect: true,
27+
powerManagement: true,
2728
};
2829

2930
// the ID of the element to contain the iframe

0 commit comments

Comments
 (0)