cp to basedir
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"global": {
|
||||
"tms_server_ip": "192.168.139.133",
|
||||
"tms_server_ip": "192.168.9.9",
|
||||
"python_path": "/usr/bin/python3",
|
||||
"base_dir": "/home/smart/pythonPJ/upc_resent"
|
||||
"base_dir": "/opt/upc_resent"
|
||||
},
|
||||
"command_sets": {
|
||||
"set1": {
|
||||
"name": "标准8路控制",
|
||||
"name": "中联",
|
||||
"commands": {
|
||||
"open1": "000100000008010F006400010001",
|
||||
"close1": "000100000008010F006400010000",
|
||||
@@ -29,18 +29,18 @@
|
||||
}
|
||||
},
|
||||
"set2": {
|
||||
"name": "4路精简控制",
|
||||
"name": "贞名",
|
||||
"commands": {
|
||||
"open1": "000100000008010F006400010001",
|
||||
"close1": "000100000008010F006400010000",
|
||||
"open2": "000100000008010F006500010001",
|
||||
"close2": "000100000008010F006500010000",
|
||||
"open3": "000100000008010F006600010001",
|
||||
"close3": "000100000008010F006600010000",
|
||||
"open4": "000100000008010F006700010001",
|
||||
"close4": "000100000008010F006700010000",
|
||||
"openall": "000100000008010F00640004000F",
|
||||
"closeall": "000100000008010F006400040000"
|
||||
"open1": "736574723d31787878",
|
||||
"close1": "736574723d30787878",
|
||||
"open2": "736574723d78317878",
|
||||
"close2": "736574723d78307878",
|
||||
"open3": "736574723d78783178",
|
||||
"close3": "736574723d78783078",
|
||||
"open4": "736574723d78787831",
|
||||
"close4": "736574723d78787830",
|
||||
"openall4": "736574723d31313131",
|
||||
"closeall4": "736574723d30303030"
|
||||
}
|
||||
},
|
||||
"set3": {
|
||||
@@ -54,7 +54,7 @@
|
||||
"devices": [
|
||||
{
|
||||
"id": "dev1",
|
||||
"name": "设备1-8路控制",
|
||||
"name": "7号厅",
|
||||
"listen_protocol": "tcp",
|
||||
"device_protocol": "tcp",
|
||||
"command_set": "set1",
|
||||
@@ -66,7 +66,7 @@
|
||||
},
|
||||
{
|
||||
"id": "dev2",
|
||||
"name": "设备2-8路控制",
|
||||
"name": "12号厅",
|
||||
"listen_protocol": "tcp",
|
||||
"device_protocol": "tcp",
|
||||
"command_set": "set1",
|
||||
@@ -100,7 +100,6 @@
|
||||
],
|
||||
"mappings": {
|
||||
"open": "openall4",
|
||||
"close": "closeall4",
|
||||
"guanggao-guan": "closeall4"
|
||||
"close": "closeall4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user