Replies: 3 comments 7 replies
-
Can you share a shot of the button configuration screen? I think you might have that "ToggleValueData" node filled in when you don't need it. When you click the button, does the simulator actually update the taxi light state in the game? |
Beta Was this translation helpful? Give feedback.
-
Hi, When I try the HDG example from the website this also works nicely. Greetings, |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Dear Comunity,
I am new to the Stream Desk and new to to Flight Tracker plugin - however, I did watch some videos and read the examples. I wanted test a simple Taxi Light toggle function and even though the toggle event works fine, my custom image is not changing as the state of the toggle in the simulator changes. The .json-file generated by the flighttracker-plugin looks like this:
{
"Actions": {
"7,0": {
"Name": "Generic Toggle Button",
"Settings": {
"FeedbackValue": "LIGHT TAXI",
"ImageOff": "C:/Users/korre/Pictures/EMB-110/Resized/PNG/TAXI_OFF.png",
"ImageOff_base64": null,
"ImageOn": "C:/Users/korre/Pictures/EMB-110/Resized/PNG/TAXI_ON.png",
"ImageOn_base64": null,
"ToggleValue": "TOGGLE_TAXI_LIGHTS",
"ToggleValueData": "TOGGLE_TAXI_LIGHTS",
"__sharpDeckUUID": "603ef5812fe64ef59ba108eaf0375545"
},
"State": 0,
"States": [
{
"FFamily": "",
"FSize": "",
"FStyle": "",
"FUnderline": "",
"Image": "state0.png",
"Title": "",
"TitleAlignment": "",
"TitleColor": "",
"TitleShow": ""
}
],
"UUID": "tech.flighttracker.streamdeck.generic.toggle"
}
},
"DeviceModel": "20GAT9901",
"DeviceUUID": "@(1)[4057/108/CL49K2A00889]",
"Name": "Default Profile",
"Version": "1.0"
}
Is there any advice on how to fix this problem?
Greetings,
schweito
Beta Was this translation helpful? Give feedback.
All reactions