@things-factory/operato-board 6.1.134 → 6.1.135

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,7 +11,7 @@ URL의 형태는 다음과 같습니다.
11
11
  https://xxx.com/domains/{domain}/headless-full/{board-id}?access_token={access-token}
12
12
 
13
13
  # player
14
- https://xxx.com/domains/{domain}/board-player/{player-id}?access_token={access-token}
14
+ https://xxx.com/domains/{domain}/headless-player/{player-id}?access_token={access-token}
15
15
  ```
16
16
 
17
17
  ### 1. 단말장치 메뉴에서 새로운 단말장치를 생성한다.
@@ -45,9 +45,12 @@ https://xxx.com/domains/{domain}/headless-full/{board-id}?access_token={access-t
45
45
 
46
46
  ### 5. 보드 플레이어를 실행하고 URL을 획득한 다음, 보드와 유사하게 URL을 수정한다.
47
47
 
48
+ - URL의 끝에 '?access_token=' 을 입력한 다음, 단말장치의 토큰을 붙여넣기 한다.
49
+ - URL에서 'board-player' 를 'headless-player' 로 수정한다.
50
+
48
51
  ```
49
52
  # player
50
- https://xxx.com/domains/{domain}/board-player/{player-id}?access_token={access-token}
53
+ https://xxx.com/domains/{domain}/headless-player/{player-id}?access_token={access-token}
51
54
  ```
52
55
 
53
56
  ![play-board]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-board",
3
- "version": "6.1.134",
3
+ "version": "6.1.135",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -86,7 +86,7 @@
86
86
  "@operato/utils": "^1.0.1",
87
87
  "@things-factory/apptool-ui": "^6.1.129",
88
88
  "@things-factory/auth-ui": "^6.1.129",
89
- "@things-factory/board-service": "^6.1.134",
89
+ "@things-factory/board-service": "^6.1.135",
90
90
  "@things-factory/board-ui": "^6.1.130",
91
91
  "@things-factory/context-ui": "^6.1.129",
92
92
  "@things-factory/export-ui": "^6.1.129",
@@ -117,8 +117,8 @@
117
117
  "@things-factory/system-ui": "^6.1.129"
118
118
  },
119
119
  "devDependencies": {
120
- "@things-factory/board-test": "^6.1.134",
120
+ "@things-factory/board-test": "^6.1.135",
121
121
  "@things-factory/builder": "^6.1.129"
122
122
  },
123
- "gitHead": "162c76d8f2a1d93da1087d4e17b661747dbd5090"
123
+ "gitHead": "47a1415679ac004eb4d6624dbcbf68e88e416aff"
124
124
  }